简体   繁体   English

如何在iOS的Objective-C的UIControlViewCell中创建下拉菜单?

[英]How to create a dropdown menu in a UIControlViewCell in iOS, Objective-C?

如何在iOS Objective-C的UIControlViewCell中创建下拉菜单?

我正在使用这个: https : //github.com/BijeshNair/NIDropDown它工作正常。

There is no thing such as drop down in iOS but what you can do is use UIPickerPiew on click of textbox field. 在iOS中没有诸如下拉菜单之类的东西,但是您可以做的是在单击文本框字段时使用UIPickerPiew。 you can call this pickerview in place of your normal keyboard 您可以代替普通键盘调用此pickerview

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM