From 737224f712dac27c0a5296993fa9359a7c683c48 Mon Sep 17 00:00:00 2001 From: Yann Diorcet Date: Wed, 22 Aug 2012 16:40:24 +0200 Subject: [PATCH] Fix add contact --- Classes/ContactDetailsTableViewController.m | 2 ++ 1 file changed, 2 insertions(+) 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 }