How can I add a picker view on onclick of a text box.
Here's the code I am using for the text box:
<td>
<input value="0" id="LVAD1" name="h9" style="height: 22px;width:48px;
margin-left:2px;"readonly="readonly"; type="text">
</td>
I created separate PickerView.h
and pickerView.m
files and have created the delegates.
I just need the know how to provide connection between the pickerview and textbox.