// // CCContact.h // CCFC // // Created by xichen on 11-12-16. // Copyright 2011年 ccteam. All rights reserved. // #import <Foundation/Foundation.h> #import <AddressBook/AddressBook.h> #import <AddressBookUI/AddressBookUI.h> @interface CCContact : NSObject { } // 调用联系人界面 + (ABPeoplePickerNavigationController *) showAddressBookPeopleView:(id)delegate withId:(ABPropertyID)propertyId animated:(BOOL)animated; // 调用新建联系人界面 + (ABNewPersonViewController *)showNewPersonView:(id)delegate animated:(BOOL)animated; @end
googlecode链接地址(会有更新):http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCContact.h
iOS联系人界面调用
本文介绍了一个用于iOS应用中调用系统联系人界面及新建联系人界面的简单类库。该类库提供了两个静态方法,分别用于显示联系人选择器和新建联系人的视图控制器。
376

被折叠的 条评论
为什么被折叠?



