From 050d12aa98293becea85f5cfe46d78ddb252495a Mon Sep 17 00:00:00 2001 From: daviad <592597406@qq.com> Date: Sun, 24 Jan 2016 20:56:44 +0800 Subject: [PATCH] Update FPPopoverView.m --- FPPopoverView.m | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/FPPopoverView.m b/FPPopoverView.m index f3bf62e..fa4826a 100644 --- a/FPPopoverView.m +++ b/FPPopoverView.m @@ -337,9 +337,13 @@ -(CGGradientRef)newGradient } else if(self.tint == FPPopoverWhiteTint) { + // colors[0] = colors[1] = colors[2] = 1.0; + // colors[0] = colors[1] = colors[2] = 1.0; + // colors[3] = colors[7] = 1.0; + colors[0] = colors[1] = colors[2] = 1.0; - colors[0] = colors[1] = colors[2] = 1.0; - colors[3] = colors[7] = 1.0; + colors[3] = colors[4] = colors[5] = 1.0; + colors[6] = colors[7] = 1.0; }