File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Controllers/RootControllers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ - (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSIntege
152152 return 1.0 /[UIScreen mainScreen ].scale ;
153153}
154154- (CGFloat)tableView : (UITableView *)tableView heightForHeaderInSection : (NSInteger )section {
155- return 20 ;
155+ return 15 ;
156156}
157157
158158- (UIView *)tableView : (UITableView *)tableView viewForHeaderInSection : (NSInteger )section {
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
238238
239239#pragma mark TableViewHeader
240240- (CGFloat)tableView : (UITableView *)tableView heightForHeaderInSection : (NSInteger )section {
241- return 20 ;
241+ return 15 ;
242242}
243243
244244- (UIView *)tableView : (UITableView *)tableView viewForHeaderInSection : (NSInteger )section {
You can’t perform that action at this time.
0 commit comments