mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix header height for contact list
This commit is contained in:
parent
f0a28cb2d8
commit
7d4130a7ba
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ static void sync_address_book(ABAddressBookRef addressBook, CFDictionaryRef info
|
|||
}
|
||||
|
||||
- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section {
|
||||
CGRect frame = CGRectMake(0, 0, tableView.frame.size.width, 44);
|
||||
CGRect frame = CGRectMake(0, 0, tableView.frame.size.width, tableView.sectionHeaderHeight);
|
||||
UIView *tempView = [[UIView alloc] initWithFrame:frame];
|
||||
tempView.backgroundColor = [UIColor whiteColor];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue