views:

122

answers:

1

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

+1  A: 

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

John Stephen