We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a9614 commit a0c0513Copy full SHA for a0c0513
Mage/AppDelegate.m
@@ -87,7 +87,9 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
87
[MagicalRecord setLoggingLevel:MagicalRecordLoggingLevelVerbose];
88
89
[application registerUserNotificationSettings:[UIUserNotificationSettings settingsForTypes:UIUserNotificationTypeBadge categories:nil]];
90
-
+
91
+ [UILabel appearanceWhenContainedInInstancesOfClasses:@[[UINavigationBar class]]].textColor = [UIColor whiteColor];
92
93
return YES;
94
}
95
0 commit comments