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
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: