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:
arichornlover 2024-04-21 13:01:13 -05:00 committed by GitHub
parent ac23d57bda
commit eb8fc3aed0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;