摘要:
添加AddressBook这个包;然后#import //取得本地通信录名柄 ABAddressBookRef addressBook; if ([[UIDevice currentDevice].systemVersion floatValue] >= 6.0){ ... 阅读全文
posted @ 2014-11-13 17:15
2014_4_30
阅读(251)
评论(0)
推荐(0)
摘要:
#pragma mark - UISearchBarDelegate//当搜索文本被改变的时候调用- (void)searchBar:(UISearchBar *)searchBar textDidChange:(NSString *)searchText{ //改变searchControlle... 阅读全文
posted @ 2014-11-13 16:08
2014_4_30
阅读(301)
评论(0)
推荐(0)