runway20 / PopoverView

A simple UIView popover control for iPhone/iPad written in CoreGraphics.
1.02k stars 213 forks source link

Added visual properties #29

Closed dzindra closed 10 years ago

dzindra commented 11 years ago

I added properties for all defines in PopoverView_configuration.h because I needed to display two popovers with different colors.

Values in PopoverView_configuration.h are still taken as defaults. Most of the properties needs to be set before you display popover and their changes wont affect displayed popover. If you want to customize PopoverView do not use static methods, use alloc init, then set required properties and then call one of the show methods. Or use UIAppearance.

dzindra commented 10 years ago

Unintentionally merged my master which now contains much more changes