11

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

Ashraf
  • 175
  • 2
  • 8

2 Answers2

1

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

John Stephen
  • 7,625
  • 2
  • 31
  • 45
0

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.

palaniraja
  • 10,432
  • 5
  • 43
  • 76