随笔分类 -  iOS通讯录

摘要:1.添加AddressBookUI.framework框架2控制器中实现#import "ViewController.h"#import @interface ViewController ()@end@implementation ViewController- (void)viewDidLoa... 阅读全文
posted @ 2015-07-18 06:13 汤冉阳 阅读(230) 评论(0) 推荐(0)
摘要:1,添加框架AddressBook.framework2,请求权限认证,在Appdelegate.m文件中- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)la... 阅读全文
posted @ 2015-07-18 06:12 汤冉阳 阅读(334) 评论(0) 推荐(0)
摘要://使用第三方框架:RHAddressBook,在github上搜索,按照要求把工程添加到当前项目#import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewD... 阅读全文
posted @ 2015-07-18 06:06 汤冉阳 阅读(205) 评论(0) 推荐(0)