标签: ios drop-down-menu
我正在尝试在我的项目中实现一个下拉UI,并注意到Cocoa不提供标准下拉,只提供一个选择器。在Swift中在iOS中创建这样的下拉菜单的最佳方法是什么。
答案 0 :(得分:0)
在ios中没有下拉选项。最好的方法是使用UIPopoverController。请参考以下链接,它将对您有所帮助。
UIPopoverController
https://www.raywenderlich.com/29472/ipad-for-iphone-developers-101-in-ios-6-uipopovercontroller-tutorial
https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIViewController_Class/#//apple_ref/c/tdef/UIModalPresentationStyle