Search code examples
iosuipopovercontroller

Customising UIPopover appearance


I'd like to change the corner radius and arrow shape (more pointed that curved like in iOS 7). Is this possible?


Solution

  • So the way I solved this was to create a custom popover image using GIKPopoverBackgroundView. It's a really nice drop in class that takes care of the image stretching etc for you. I just edited the supplied PSD and went from there.