How can we change border color of UIPopoverController?
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.
There is currently no public way to change the border color of a popover.
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.
精彩评论