English 中文(简体)
相当于C#在SOS的 com贝箱什么?
原标题:What is the equivalent of a C# drop down combo box on iOS?

我是一份使用目标C的申请书。

在这项申请中,用户在进入新记录时,需要具备调查能力(例如国家、性别、电话类型等)。 在C#中,我通常使用下游 com或像完成这项任务那样做的事情。 目标C中的情况如何? 某人能否向我提供抽样申请?

最佳回答

检查UIPicker 观点。 它利用轮椅展示用户可以选择的一套价值观。 你们需要制造一个物体,通过UIPickerViewDelegate规程,处理用户选择的物品,以及采用UIPickerViewDataSource礼仪来充实采集器观点的物体。

http://developer.apple.com/library/ios/#documentation/uikit/vis/UIPickerView_Class/Reference/UIPickerView.html”rel=“nofollow noreferer”>http://developer.apple.com/library/ios/#documentation/uikit/fer/UIPickerView_Class/Reference/UIPickerView.html>

“UIPicker

问题回答

The equivalent would be a UIPickerView

If you want to choose a date then use UIDatePicker.

UIPickerView is pretty much the same thing as a dropdown combo box, except without the dropdown part





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签