Hello,
I have a few text boxes in my View, one of these requires date to be entered by the user.
So I am trying this: I have taken a button which looks like textField.
I have added a UIDatePicker to my View at the bottom. And am showing it when the user clicks on the button. and I am hiding it when the user clicks on the Save button (provided seperately). However I am not sure how to slide the DatePicker like the keyboard. Any ideas?
I have a few text boxes in my View, one of these requires date to be entered by the user.
So I am trying this: I have taken a button which looks like textField.
I have added a UIDatePicker to my View at the bottom. And am showing it when the user clicks on the button. and I am hiding it when the user clicks on the Save button (provided seperately). However I am not sure how to slide the DatePicker like the keyboard. Any ideas?