mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix contact list size
This commit is contained in:
parent
5450869240
commit
c8d293fded
1 changed files with 1 additions and 0 deletions
|
|
@ -153,6 +153,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
CGRect subViewFrame= self.view.frame;
|
||||
// let the toolBar be visible
|
||||
subViewFrame.origin.y += self.toolBar.frame.size.height;
|
||||
subViewFrame.size.height -= self.toolBar.frame.size.height;
|
||||
|
||||
self.tableController = [[[ContactsTableViewController alloc] init] autorelease];
|
||||
self.tableView = [[[UITableView alloc] init] autorelease];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue