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
901 stars 250 forks source link

Popover border width #84

Open iosappdeveloper opened 11 years ago

iosappdeveloper commented 11 years ago

How to change popover border width? Ideally, I would like to keep current default border width on iPad but on iPhone platform, I would like to reduce is to half. In the current implementation, it's same on both platforms.

I tried changing border width (current value 2.0 to 1.0 or/and 0.5) when calling newContentPathWithBorderWidth method (FPPopoverView.m) but in vain.