Fix AppIconOptionsController Title
Title now looks more like the one from the YouTube Settings. Doing my best to replicate the YT Settings UI.
This commit is contained in:
parent
ac23d57bda
commit
eb8fc3aed0
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
[super viewDidLoad];
|
||||
|
||||
self.title = @"Change App Icon";
|
||||
[self.navigationController.navigationBar setTitleTextAttributes:@{NSFontAttributeName: [UIFont fontWithName:@"YTSans-Bold" size:17], NSForegroundColorAttributeName: [UIColor whiteColor]}];
|
||||
[self.navigationController.navigationBar setTitleTextAttributes:@{NSFontAttributeName: [UIFont fontWithName:@"YTSans-Bold" size:22], NSForegroundColorAttributeName: [UIColor whiteColor]}];
|
||||
|
||||
self.selectedIconIndex = -1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue