How is iPhone Contact app's detail View implemented

前端 未结 5 1109
悲&欢浪女
悲&欢浪女 2020-12-16 01:18

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.

Can

5条回答
  •  天命终不由人
    2020-12-16 01:25

    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.

提交回复
热议问题