Use regular titles for sub-screens of Settings.

This commit is contained in:
Doug
2022-10-05 15:14:37 +01:00
committed by Doug
parent 09cd354d6d
commit 2ef07ac75b
8 changed files with 12 additions and 0 deletions
@@ -48,6 +48,8 @@
{
[super viewDidLoad];
[self vc_setLargeTitleDisplayMode:UINavigationItemLargeTitleDisplayModeNever];
// Hide line separators of empty cells
self.tableView.tableFooterView = [[UIView alloc] init];