alvises / FPPopover

FPPopover provides an alternative to the native iOS UIPopoverController, adding support for iPhone and additional opportunities to customize the look and feel of the popovers.
http://www.poeticoding.com/fppopover-a-customizable-uipopovercontroller-for-iphone-and-ipad/
Other
903 stars 250 forks source link

Fixing colors for FPPopoverWhiteTint #85

Open hsoi opened 11 years ago

hsoi commented 11 years ago

Gradient colors were set incorrectly in the white tint case. Plus, set the title text color to black (instead of white) so it will show up.

hsoi commented 11 years ago

See also #74 and #65