论坛首页 移动开发技术论坛

iphone-common-codes-ccteam源代码 CCContact.h

浏览 1493 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
   发表时间:2012-01-10  
//  
//  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
论坛首页 移动开发技术版

跳转论坛:
Global site tag (gtag.js) - Google Analytics