Editable table view cell
- by Koning Baard XIV
I am creating an application. I have to implement a bookmark feature, and adding one should be similar to this:
I want editable UITableViewCells for text input. I was wondering if there is an easier way then embedding a UITextField into a UITableViewCell. And if not, can someone explain how I can use the UITextField inside it? Thanks