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 protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
