SYContactsPicker - 通讯录读取
MIT
iOS
Objective-C
软件简介
SYContactsPicker contacts contactsPicker 通讯录读取及展示demo,适配iOS9,详情请看demo
使用方法:
SYContactsPickerController *vcContacts = [[SYContactsPickerController alloc] init];
vcContacts.delegate = self;
[self presentViewController:vcContacts animated:YES completion:nil];
效果如下: