Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 225
Ashraf Avatar asked Oct 13 '10 18:10

Ashraf


1 Answers

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

like image 78
John Stephen Avatar answered Sep 23 '22 19:09

John Stephen