reproduce addressbook contact name view/edit
I am trying to recreate something that the is in the default AddressBook App, the Contact name appears to be a label, but when you hit edit it becomes what appears to be a UITableViewCell. I’m not sure if in “display” mode if it is a label that is then replaced by what appears to be a UItableViewCell, or if its a UItableViewCell with a clear background, that is then set to white to let the user know that the cell is now touch/click able.
My other theory is it could be a new single row table in side the root tables header. Not sure..
I was able to create the name with a label but I’m having a confusing time figuring out how to create the UITableViewCell so its looks like the normal rows when you edit, other wise I get an ugly white banner.
Anyway I’m not real sure how its possible to get the same effect and lookbut i'm looking to reproduce it, not asking for code at this time just clarification whats actually going on.
Thanks
|