Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请看下面的截图:
我们如何在 IOS 应用程序中创建这个视图?或者这是任何内置的视图?
这对你来说是一个很好的起点,
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIPopoverController_class/Reference/Reference.html
这是UIPopoverController
UIPopoverController
检查开发人员参考和教程。
您可以使用此第三方控制器Link。这很容易实现。
在这里看到简单的演示使用 UIPopoverController
您也可以尝试WEPopover。我没用过,但看起来很有用:)
您无需进行任何自定义即可使用此组件。
这是一个UIActionSheet从UIPopover
UIActionSheet
UIPopover
小文本是标题,UIActionSheet红色按钮是所谓的破坏性按钮。
在此处查看一些讨论和示例。