I\'ve created a UITableView in Interface Builder using storyboards. The UITableView is setup with static cells and a numb
UITableView
storyboards
static cells
Use the UITableViewDataSource method
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section