ios - NSPopover iOS版

标签 ios cocoa-touch

是否有与iOS应用程序的NSPopover类似的东西?尽管我已使用此功能(或至少一些非常相似的功能)下载了应用程序,但它出现在Mac的对象库中,而不是iPhone和iPad的对象库中。

所以我的问题是:是否有合法的方法来实现这一目标?

最佳答案

UIPopoverController是您要寻找的。

关于ios - NSPopover iOS版,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6989486/

相关文章:

ios - 在iOS上调用FlatUIKit方法时,应用程序崩溃

ios - 在 iOS 中的 'next' 或 'previous' 虚拟键盘上

ios - 为方便起见,不能使用#define

cocoa-touch - 如何在任务完成 block 中更新 UI?

iPhone - 当用户触摸状态栏时,使 UIWebView subview 滚动到顶部(iOS 4)

ios - Eureka 行在 Swift 3.0 中呈现 View Controller 和返回值

iOS rxSwift : retryWhen updating refresh token

iOS 应用商店提交 : Missing icon (Cordova)

objective-c - 滑动菜单 : how to deal with actually changing view controllers

iOS - 错误类型 'ViewController' 不符合协议(protocol) 'UIPickerViewDataSource'