Is there way to change border color of UIPopoverController iPhone/iPad?
Thank you
Is there way to change border color of UIPopoverController iPhone/iPad?
Thank you
As of iOS 5, popoverBackgroundViewClass is available which is the only way to do this.
Unfortunately, there is nothing as of yet to change the border color of a uipopover
Unfortunately that is not possible. Sometimes it makes sense to create your own custom view and graphics and use them instead of a popover. Of course this depends on how badly you want that custom look.