I\'ve created a UITableView in Interface Builder using storyboards. The UITableView is setup with static cells and a numb
UITableView
storyboards
static cells
Note that -(NSString *)tableView: titleForHeaderInSection: is not called by UITableView if - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section is implemented in delegate of UITableView;
-(NSString *)tableView: titleForHeaderInSection:
- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section