This question already has answers here:
UIPopover How do I make a popover with buttons like this?
                                
                                    (2个答案)
                                
                        
                                6年前关闭。
            
                    
我正在将使用UIActionSheet的iPhone应用程序重塑为一个iPad应用程序,并希望在UIPopoverController中添加操作表。我知道这应该不太困难,但是对于整个Popover设计我还是很陌生。有没有我可以看的例子?

最佳答案

您无需在Popover视图中添加它。 UIActionSheet通常包装在iPad的Popover视图中

关于ios - iOS iPad如何使用UIActionSheet创建UIPopoverController? ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/15602197/

10-13 04:01