mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Fix add contact
This commit is contained in:
parent
2ef68adf49
commit
737224f712
1 changed files with 2 additions and 0 deletions
|
|
@ -115,6 +115,8 @@ static const int contactSections[ContactSections_MAX] = {ContactSections_None, C
|
|||
|
||||
- (void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
[headerController view]; // Force view load
|
||||
[footerController view]; // Force view load
|
||||
[self.tableView setBackgroundColor:[UIColor clearColor]]; // Can't do it in Xib: issue with ios4
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue