Skip to content

Commit a0c0513

Browse files
committed
Fix navigation item prompt color
1 parent 03a9614 commit a0c0513

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Mage/AppDelegate.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
8787
[MagicalRecord setLoggingLevel:MagicalRecordLoggingLevelVerbose];
8888

8989
[application registerUserNotificationSettings:[UIUserNotificationSettings settingsForTypes:UIUserNotificationTypeBadge categories:nil]];
90-
90+
91+
[UILabel appearanceWhenContainedInInstancesOfClasses:@[[UINavigationBar class]]].textColor = [UIColor whiteColor];
92+
9193
return YES;
9294
}
9395

0 commit comments

Comments
 (0)