1

Is there way to change border color of UIPopoverController iPhone/iPad?

Thank you

Nitesh Meshram
  • 545
  • 1
  • 8
  • 19
  • here I have another solution quite similar: http://stackoverflow.com/questions/8490261/change-color-navigation-controller-in-a-popover good luck!!! – TurboManolo Dec 14 '11 at 12:40

4 Answers4

8

As of iOS 5, popoverBackgroundViewClass is available which is the only way to do this.

akaru
  • 6,299
  • 9
  • 63
  • 102
  • Hello Can you please tell me how to use popoverBackGroundviewclass ? – Nilesh Kikani Nov 08 '11 at 12:07
  • 2
    see this article that describes the process of subclassing UIPopoverBackgroundView in detail - [Customizing the design of UIPopoverController](http://thinkvitamin.com/code/ios/customizing-the-design-of-uipopovercontroller/) – mikebob May 23 '12 at 21:55
0

There is currently no public way to change the border color of a popover.

lemnar
  • 4,063
  • 1
  • 32
  • 44
0

Unfortunately, there is nothing as of yet to change the border color of a uipopover

Kaiser
  • 688
  • 4
  • 12
0

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.

Dancreek
  • 9,524
  • 1
  • 31
  • 34