diff --git a/Classes/ContactDetailsTableViewController.m b/Classes/ContactDetailsTableViewController.m index 994497c0a..4ee53e10b 100644 --- a/Classes/ContactDetailsTableViewController.m +++ b/Classes/ContactDetailsTableViewController.m @@ -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 }