Skip to content

实现简单的读取手机通讯录,按拼音排序

Notifications You must be signed in to change notification settings

qq3200341/FLAddressBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

FLAddressBook

实现简单的读取手机通讯录,按拼音排序。 使用方法:

FLAddressBookVC *fvc = [[FLAddressBookVC alloc] init];
fvc.delegate = self;
[self.navigationController pushViewController:fvc animated:YES];

实现代理方法

- (void)phoneAddressBookVC:(FLAddressBookVC *)pabvc didSelectRowWithLinkMan:(LinkMan *)linkMan
{
    NSLog(@"选中的联系人:%@", linkMan);
}

About

实现简单的读取手机通讯录,按拼音排序

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published