In order to change it everywhere put this code into didFinishLaunchingWithOptions:
if (@available(iOS 15.0, *)) {
UINavigationBarAppearance *appearance = [[UINavigationBarAppearance alloc] init];
[appearance setBackgroundColor:[UIColor grayColor]];
[[UINavigationBar appearance] setScrollEdgeAppearance:appearance];
[[UINavigationBar appearance] setStandardAppearance:appearance];
[[UINavigationBar appearance] setTintColor:[UIColor grayColor]];
}
Post
Replies
Boosts
Views
Activity
Thank you Scott, this sounds reasoning...
But I can't see the option
automatic build number
when uploading.
Anyway, at this point I think someone should update the documentation about CFBundleVersion, right?