NOrder
NOrder

Reputation: 2493

cocoa: how to implement a addressBook

I'm wondering how to implement an addressBook person info view. like enter image description here

if a person has different tag, the view will display differently. enter image description here

is there an easy way to implement it?

Upvotes: 1

Views: 46

Answers (1)

user23743
user23743

Reputation:

You don't need to build that view. There's a built-in ABPeoplePickerView that provides that behaviour.

Upvotes: 3

Related Questions