0

How to change color for popup border in iPad application? I change style in all elements of application but can't on popup. enter image description here

1110
  • 7,829
  • 55
  • 176
  • 334
  • I guess [this link](http://stackoverflow.com/questions/2552686/how-to-customize-style-a-uipopovercontroller) could solve your problem. – Ilanchezhian Jul 26 '11 at 09:37

1 Answers1

1

You can have a look at how it is done in WEPopover. This is a custom implementation of a pop over menu, since any customization of UIPopOver seems difficult to attain without using private API.

sergio
  • 68,819
  • 11
  • 102
  • 123