iOS系统的关于操做通信录的框架html
Address Book UI中提供了系统的UI界面,方便开发ios
Address Book 提供了直接访问Address Book数据库的方法(知足某些开发中访问Address Book中的数据的需求)数据库
系统框架(Address Book UI)提供了四个控制器app
ABPeoplePickerNavigationController prompts the user to select a person record from their address book.框架
ABPersonViewController displays a person record to the user and optionally allows editing.ui
ABNewPersonViewController prompts the user create a new person record.调试
ABUnknownPersonViewController prompts the user to complete a partial person record, optionally allows them to add it to the address book.code
官方Demohtm
https://developer.apple.com/library/ios/samplecode/QuickContacts/Introduction/Intro.html开发
还有,调试的发现,App运行的时候,改变App的通信录的受权,App会崩溃,查阅资料后发现是系统形成的。