Making text in table view rows editable during edit
Making text in table view rows editable during edit
- Subject: Making text in table view rows editable during edit
- From: Rick Mann <email@hidden>
- Date: Mon, 21 Jul 2014 12:20:32 -0700
I have a UITableView where the rows represent groups in my data. Each group has a name, which is shown in the row. The user can tap an Edit button and delete or add rows. I also want them to be able to edit the names. The Contacts app supports this. In edit mode, you tap, and the name is editable.
Do they replace all the UILabels with UITextFields upon entering edit mode? Or do they do it on the tap in the cell? If the latter, how does one detect that the user tapped a cell while in edit mode? I don't get those calls currently.
Thanks!
--
Rick Mann
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden