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
2010-10-18 17:20:39