Hi,
I have followed a tutorial and successfully created a custom tableview cell in Interface Builder. I have put a text field into my cell and am able to enter text into this when I run the app on the simulator.
My first question is, is this the best way to put a text field into a tableview cell? I want people to be able to enter text in the way that they do when entering a new contact's name in Address Book.
My second questions is, how do you retrieve the value of what is entered into the text field? Even if only at first to write it to NSLog. My custom cell is defined in a class called myCustomCell, and the table view is implemented in myTableViewControlller.
Any help would be appreciated. Thank you.
I have followed a tutorial and successfully created a custom tableview cell in Interface Builder. I have put a text field into my cell and am able to enter text into this when I run the app on the simulator.
My first question is, is this the best way to put a text field into a tableview cell? I want people to be able to enter text in the way that they do when entering a new contact's name in Address Book.
My second questions is, how do you retrieve the value of what is entered into the text field? Even if only at first to write it to NSLog. My custom cell is defined in a class called myCustomCell, and the table view is implemented in myTableViewControlller.
Any help would be appreciated. Thank you.