Skip to content

Commit

Permalink
Made group headers a bit larger
Browse files Browse the repository at this point in the history
  • Loading branch information
chbeer committed Sep 3, 2014
1 parent 3e6ada4 commit 8f57722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CBConfigurableDataSourceAndDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ - (CGFloat) tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteg
return v.frame.size.height;
}
} else if ([[self tableView:tableView titleForHeaderInSection:section] length] > 0) {
return [tableView sectionHeaderHeight] + (tableView.style == UITableViewStyleGrouped ? 24 : 0);
return [tableView sectionHeaderHeight] + (tableView.style == UITableViewStyleGrouped ? 38 : 0);
}
return 0;
}
Expand Down

0 comments on commit 8f57722

Please sign in to comment.