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

link|improve this question

33% accept rate
Did you ever find how to do this? – Mantas Nov 11 '10 at 15:18
feedback

2 Answers

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

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.