i have a form wher i need to enter the start date and end date to view the transactions.
when i set the focus on the textfirld, i can see the keypad, but behind it the datepicker is coming.
how am i remove the keypad and only show the datepicker
i have a form wher i need to enter the start date and end
Share
I struggled with that myself and found the solution. You can do it this way:
This assumes, that you have declared a method called showDatePicker, which handles the UIPicker display.