开发者

Custom popover for iPad/iPhone

开发者 https://www.devze.com 2023-01-20 11:42 出处:网络
In the iBoo开发者_StackOverflowks application, the brightness, font and search views subclass UIPopOverController but without border.

In the iBoo开发者_StackOverflowks application, the brightness, font and search views subclass UIPopOverController but without border. Is there any way to mimic those views?


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消