I would like to implement a view similar to the detail view of Apple\'s own Contacts app where it displays the name, phone number, note, etc. and its Edit mode.
My implementation uses a UITableView with custom header (for the "Add Photo" and edit name equivalents) and a custom footer (using the UISegmentedControl hack for a big button) for the "Delete" equivalent.