Address Steve's comments.

This commit is contained in:
Doug
2021-10-20 19:29:23 +01:00
parent ac7696cc29
commit c2a69f8ec0
6 changed files with 51 additions and 19 deletions

View File

@@ -1314,7 +1314,7 @@ TableViewSectionsDelegate>
SectionFooterView *view = [tableView dequeueReusableHeaderFooterViewWithIdentifier:SectionFooterView.defaultReuseIdentifier];
[view updateWithTheme:ThemeService.shared.theme];
view.leadingInset = tableView.vc_separatorInset.left;
view.textLabel.text = footerTitle;
[view updateWithText:footerTitle];
return view;
}