Ashraf
Ashraf

Reputation: 175

Custom popover for iPad/iPhone

In the iBooks application, the brightness, font and search views subclass UIPopOverController but without border. Is there any way to mimic those views?

Upvotes: 11

Views: 6620

Answers (2)

palaniraja
palaniraja

Reputation: 10492

Here is one https://github.com/werner77/WEPopover the arrow + bg are images, I guess we can replace that with transparent bg.

It can be used with iPhone as well.

Upvotes: 0

John Stephen
John Stephen

Reputation: 7734

The border may be from using a UINavigationController for the popup. I'd try using a plain UIViewController instead.

Upvotes: 1

Related Questions