How to customize / style a UIPopoverController

后端 未结 10 1872
闹比i
闹比i 2020-11-28 05:39

I\'m working on an iPad application and I\'m using UIPopoverControllers. I\'m at the part where the app needs to be branded and styled and i\'m wondering how to change the c

10条回答
  •  爱一瞬间的悲伤
    2020-11-28 06:15

    Throwing my hat in here;

    I've leveraged UIPopoverBackgroundViews in iOS 5+ to add a simple tintColor property onto UIPopoverControllers.

    PCPopoverController: https://github.com/pcperini/PCPopoverController

提交回复
热议问题