Skip to content

Commit 071b6a0

Browse files
committed
task & me - table header 高度调整
1 parent 22d7028 commit 071b6a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Coding_iOS/Controllers/RootControllers/Me_RootViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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{

Coding_iOS/Views/TableListView/ProjectTaskListView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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{

0 commit comments

Comments
 (0)