开发者

iPad - How can I make my UIActionSheet look like the thin one in safari?

开发者 https://www.devze.com 2023-01-21 17:02 出处:网络
The above UIActionSheet is thinner than the normal one. I took the screenshot from Safari when I try to bookmark some website.

iPad - How can I make my UIActionSheet look like the thin one in safari?

The above UIActionSheet is thinner than the normal one. I took the screenshot from Safari when I try to bookmark some website.

Mine or the default UIActionSheet in iPad looks like the following. It is thicker than the one in Safari, especially the border.

iPad - How can I make my UIActionSheet look like the thin one in safari?

How can I make my own UIActionSheet look like the one in Safari? Do I need to do开发者_C百科 any particular customisation or I can use some kinds of parameters for UIActionSheet?

thanks


The instance method:

showFromBarButtonItem:animated:

Documentation:

http://developer.apple.com/library/ios/#documentation/uikit/reference/UIActionSheet_Class/Reference/Reference.html

On iPad, it will display the UIActionSheet inside a Popover.

0

精彩评论

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