开发者

how to implement an Drop Down List for iphone

开发者 https://www.devze.com 2023-04-09 21:22 出处:网络
I searched about UIPickerView and NSComboB开发者_StackOverflow中文版ox , I really don\'t understand the difference between these two !!! can anyone tell me what is the best way to show an Drop down li

I searched about UIPickerView and NSComboB开发者_StackOverflow中文版ox , I really don't understand the difference between these two !!! can anyone tell me what is the best way to show an Drop down list in xcode .

I saw the picker view but I think it is too much coding for a dropdown list !!!!

thank you


For Drop Down List you can implement picker View.It takes very less coding effort. If you want to implement it like a drop down then you might take think to create a view which will have a label and a button (like in drop down) and on that button click show a table view. This will take a good coding effort.

0

精彩评论

暂无评论...
验证码 换一张
取 消