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
Throwing my hat in here;
I've leveraged UIPopoverBackgroundViews in iOS 5+ to add a simple tintColor property onto UIPopoverControllers.
UIPopoverBackgroundView
tintColor
UIPopoverController
PCPopoverController: https://github.com/pcperini/PCPopoverController
PCPopoverController