tags:

views:

39

answers:

1

I am using a UIView to show a form with a text box(text), text box (want to attache this with datepicker) and text box (attach this wit picker to select multiple values)

I want to show date picker on click on text box but when I click on the texbox,it start showing the keyboard at bottom.

Will it be good to use read only textbox for date picker value or should i user table view for my form. Please suggest a link for that

A: 

I'm assuming you mean UITextField when you say text box. Check inputView property of UITextField. You can add a custom view instead of the keyboard.

lukya