Shane Da Silva
Shane Da Silva

Reputation: 268

Change UIPopover background

I'm looking to change the popovers border. It's just a solid flat color, so no image required. Is there a property that I can tap in to, or will I have to subclass?

Upvotes: 1

Views: 2843

Answers (1)

Ryan
Ryan

Reputation: 16636

Changing the look of a popover being shown via a UIPopoverController isn't supported. I wouldn't even try, as you may do a lot of work to reverse-engineer UIPopoverController, only to have it break in a subsequent software update.

Upvotes: 3

Related Questions