Customizing the UIPopoverController view background and border color

后端 未结 9 834
再見小時候
再見小時候 2021-02-05 11:00

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

相关标签:
9条回答
  • 2021-02-05 11:42

    here I developed a good solution for this trouble:

    change color navigation controller in a popover

    good luck!

    0 讨论(0)
  • 2021-02-05 11:44

    Check this cool link.....

    For iOS5,

    http://thinkvitamin.com/code/ios/customizing-the-design-of-uipopovercontroller/

    Regards, Arun.

    0 讨论(0)
  • 2021-02-05 11:45

    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.

    0 讨论(0)
提交回复
热议问题