I would like to create a table that is editable in the same fields as contacts, they are grouped using UITableViewCellStyleValue2 , But the cell style changes when it becomes editable in something which I can not do is a vertical line between textField and detailTextField, and the detailTextField is editable. Is this room a custom UITableViewCell or is it one of the box configurations?
I'm basically trying to create a table to edit address information like this app.
A sample developer is a iOS app that shows how they do something like this.
;
Looking at the EditingTableViewCell.xib file, you see that they have a table view cell with labels and text fields, IngredientDetailViewController passes the values for labels and text fields.
Using that trick, you should be able to easily customize the table viewle to your liking. : -)
Comments
Post a Comment