ios - Is there any standard combo box element that I can use in the interface builder of Xcode -
Is there a standard combo box element that I can use in the builder of Xcode? Or should I use Picker footage in this case?
Thanks in advance. Use
picker view
as it is a standard control and combo Make the same functionality of the box. The iPhone phones are more user-friendly with the pickarie
rather than the combo box. You can see in all the standard app picker view
is used instead of a combo box. The Picker view is more relevant and user-friendly to use.
Comments
Post a Comment