Search code examples
iosstylesuipopover

Objective-C / iOS: PopOver


I´m using the UIPopOver in iOS, but mine looks like this: enter image description here

but I want to make it look like this:

enter image description here

Please note that I DON´T want to use any 3rd-party-libary.

Maik


Solution

  • You can use UIPopoverBackgroundView to modify the design of your popover view.