File tree 2 files changed +2
-2
lines changed
Controllers/RootControllers
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
152
152
return 1.0 /[UIScreen mainScreen ].scale ;
153
153
}
154
154
- (CGFloat )tableView : (UITableView *)tableView heightForHeaderInSection : (NSInteger )section {
155
- return 20 ;
155
+ return 15 ;
156
156
}
157
157
158
158
- (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
238
238
239
239
#pragma mark TableViewHeader
240
240
- (CGFloat )tableView : (UITableView *)tableView heightForHeaderInSection : (NSInteger )section {
241
- return 20 ;
241
+ return 15 ;
242
242
}
243
243
244
244
- (UIView *)tableView : (UITableView *)tableView viewForHeaderInSection : (NSInteger )section {
You can’t perform that action at this time.
0 commit comments