0

Does anyone know if it is possible to customize the UIPopover border colour?

Thanks

koregan
  • 10,054
  • 4
  • 23
  • 36
  • Possible duplicates: [How to customize / style a UIPopoverController](http://stackoverflow.com/questions/2552686/how-to-customize-style-a-uipopovercontroller), [change the bordercolor of UIPopoverController](http://stackoverflow.com/questions/3399861/change-the-bordercolor-of-uipopovercontroller). – DarkDust Mar 11 '11 at 09:58

1 Answers1

1

You can't. Apple doesn't support customization of the look of UIPopoverController.

If you want something different, you have to create your own from scratch.

Fmessina
  • 3,751
  • 3
  • 31
  • 34