iPad - 如何让我的UIActionSheet看起来像safari中的瘦身?

时间:2010-10-25 16:11:26

标签: ipad safari uiactionsheet

alt text

上面的UIActionSheet比普通的更薄。当我尝试为某个网站添加书签时,我从Safari获取了屏幕截图。

我或iPad中的默认UIActionSheet如下所示。它比Safari更厚,特别是边界。

alt text

如何使自己的UIActionSheet看起来像Safari中的那个? 我是否需要进行任何特定的自定义,或者我可以为UIActionSheet使用某些参数?

感谢

1 个答案:

答案 0 :(得分:6)

实例方法:

showFromBarButtonItem:animated:

文档:

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

在iPad上,它会在Popover中显示UIActionSheet。