Fix contact list size

This commit is contained in:
Guillaume BIENKOWSKI 2014-07-07 11:43:30 +02:00
parent 5450869240
commit c8d293fded

View file

@ -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];