How is iPhone Contact app's detail View implemented

前端 未结 5 1103
悲&欢浪女
悲&欢浪女 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:24

    You can use F-Script for exploring this. Here's a screenshot from the F-Script browser while browsing Address Book. Basically, it looks like a lot of custom views which all inherit from NSView.

    To do this yourself:

    1. Download F-Script from the link above
    2. Follow the instructions in the extras/F-Script Anywhere directory for attaching to Address Book
    3. Choose F-Script -> Open Object Browser from the Address Book menu
    4. Click Select View
    5. Highlight the Address Book View you want to explore and click it.
    6. Navigate around to your heart's content.

提交回复
热议问题