SyntaxFix
Write A Post
Hire A Developer
Questions
If headerInSection isn't show, can try this.
- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section { return 45; }
This returns a height for the header of a given section.