Hi I want to use UITableHeaderFooterView in my app and i am doing this:
UITableHeaderFooterView
- (void)viewDidLoad { [super viewDidLoad]; // Do any additional
One of the reasons that method may not be being called is the style of the table. Standard vs Grouped handles headers/footers differently. That may explain why it's not getting called.