Search code examples
iphoneiosuser-interfaceuipickeruipickerviewcontroller

Alternatives for picker in iphone/iOS app?


I am showing a form the user fills in my iPhone app. One of the fields is a set of 2 or 3 dates from which the user has to pick one. Putting a picker, or bringing up a table view just for this takes up too much space, leaving no room for the other fields. Is there any simpler way to do this?


Solution

  • To do this you can put two or three arrowed label with text like "Select Date" upon click of it you can show one view that allow user to select the date; once selected you can back to the original view. You can do this for all three (or two) dates and get those date on form view.

    I am giving you idea of how you can design apps; if you want code i can assist that too but from your question it seems you want design ideas.