FPPopover icon indicating copy to clipboard operation
FPPopover copied to clipboard

problem with arrow color

Open phucnd0604 opened this issue 10 years ago • 1 comments

when i use: popover.tint = FPPopoverWhiteTint; if arrow direction is up the color of arrow always black, not change to white like other arrow direction. Please help!

phucnd0604 avatar Jul 30 '15 04:07 phucnd0604

i have the same problem...

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; }

there is a mistake in indexes, second line should be colors[4] = colors[5] = colors[6] = 1.0;

petr-fiala avatar Aug 31 '15 11:08 petr-fiala