In my iPhone app, I have a table view.
I want that when the user selects (or basically touches) on the cell of the tableview then he/she should be able to edit the cell contents.
How can I do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
@PARTH in order to make your UITableView cells editable i suggest u to give textfields to your cell….
eg:- In
and in your
cellForRowAtIndexPathmethod // Configure the cell.use this where u want in your tableview accordingly otherwise hide it…..Hope it will help u!!