Editable table view cell
Posted
by Koning Baard XIV
on Stack Overflow
See other posts from Stack Overflow
or by Koning Baard XIV
Published on 2010-04-05T16:07:06Z
Indexed on
2010/04/05
16:13 UTC
Read the original article
Hit count: 524
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
© Stack Overflow or respective owner