I am trying to implement editable cell in tableview, just like what is available in new contact screen in iphone and ipod
Right now I have two labels in a cell, one of which will remain same all the time and the other one will be editable. Do I need to change this label to textfield.
one more thing I also want that when i click one such cell it should pop a picker view and and set the picerview value.
@Umang in order to make your
UITableViewcells editable I suggest you to giveUITextFieldto your cell….for more help how to do it take help from already asked How to make tableviewcell text editable on touch in iPhone SDK?