Fix add contact

This commit is contained in:
Yann Diorcet 2012-08-22 16:40:24 +02:00
parent 2ef68adf49
commit 737224f712

View file

@ -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
}