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.
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.
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.