0
A
回答
0
這是不可能的默認UIActionSheet
,但是你可以嘗試像
TweetBot like UIAlertView and UIActionSheet replacement for iOS
0
自定義控件與所需的視圖佈局創建自己的視圖控制器和動畫呈現時的觀點。這比改變默認的UIActionSheet外觀風險要容易得多。
相關問題
- 1. 顯示UIActionSheet
- 2. 在UIAlertView上顯示UIActionSheet
- 3. 在UIActionSheet上顯示UIAlertView
- 4. 顯示多個UIActionSheet
- 5. UIActionSheet顯示兩次
- 6. 使用UIActionSheet在IOS中顯示通知
- 7. iPhone:在UIActionSheet問題中顯示UIWebview
- 8. 如何在UIActionSheet中顯示UIImagePickerViewController?
- 9. UIActionSheet不顯示在iOS 8中
- 10. 使用UIActionSheet在彈出框中顯示選擇列表
- 11. 像UIActionsheet樣式顯示UITableView?
- 12. UIActionSheet只顯示一次
- 13. UIActionSheet顯示時禁用UIScrollView
- 14. 在UIActionSheet取消按鈕不顯示iPhone?
- 15. UIActionSheet不顯示在彈出窗口
- 16. 顯示UIImagePickerViewController uiimagepickercontrollersourcetypephotolibrary從UIActionSheet在IPad
- 17. 顯示陣列2
- 18. 顯示陣列2
- 19. innerHTML顯示2列
- 20. 顯示來自UIBarButtonItem的UIActionSheet問題
- 21. UIActionSheet按鈕來顯示視圖
- 22. 按下UIActionSheet按鈕後顯示UIAlertView
- 23. UIActionSheet不顯示行分隔符
- 24. UIActionSheet不能從屏幕底部顯示
- 25. UIActionSheet不顯示 - 屏幕變暗
- 26. UIActionSheet不顯示在視圖中,屏幕變暗
- 27. 如何在UIActionSheet的按鈕中顯示NSArray對象
- 28. UIActionSheet按鈕文本無法在ios 8中正確顯示
- 29. UIAlertView和UIActionSheet在iOS 8中無法正常顯示
- 30. UIView在UIActionSheet中
不適用於默認的UIActionSheet。不過,您也許可以使用UIActivityViewController。看看http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/UIElementGuidelines/UIElementGuidelines.html#//apple_ref/doc/uid/TP40006556-CH13-SW121你也許能夠訪問每個按鈕的CGRect框架,並改變這些,但我不確定這是否會通過任何應用程序商店審查過程 – Tim