Is it possible to change the border color, navigation bar style/color, and arrow style/color of a pop over view? If so, how? If some sample code is available, then that\'ll be g
here I developed a good solution for this trouble:
change color navigation controller in a popover
good luck!
Check this cool link.....
For iOS5,
http://thinkvitamin.com/code/ios/customizing-the-design-of-uipopovercontroller/
Regards, Arun.
Unfortunately, UIPopoverController
is not customizable like that. You can't change the border color, navigation bar style/color, or arrow style/color: How to customize / style a UIPopoverController.