Merge branch 'new_ui' of git://git.linphone.org/linphone-iphone into castel

This commit is contained in:
Yann Diorcet 2012-08-07 18:45:36 +02:00
commit b733ca499d

View file

@ -154,6 +154,10 @@ static void sync_address_book (ABAddressBookRef addressBook, CFDictionaryRef inf
#pragma mark - UITableViewDataSource Functions
- (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView {
return [addressBookMap allKeys];
}
- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
return [addressBookMap count];
}