From 8c780630b66119ded741f979c4ebe9dbd6bef776 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 15 May 2020 14:31:58 +0300 Subject: Fix UITabBar tint color --- Juick/AppDelegate.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Juick/AppDelegate.m') diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m index 4ff6afd..7824a41 100644 --- a/Juick/AppDelegate.m +++ b/Juick/AppDelegate.m @@ -46,6 +46,7 @@ NSString * const UserUpdatedNotificationName = @"UserUpdated"; [self.sharedDateFormatter setTimeZone:[NSTimeZone timeZoneWithName:@"UTC"]]; [[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColor colorNamed:@"Muted"]}]; [[UINavigationBar appearance] setTranslucent:NO]; + [[UITabBar appearance] setTintColor:[UIColor colorNamed:@"Title"]]; [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleDefault; #if !TARGET_IPHONE_SIMULATOR [self registerForRemoteNotifications]; -- cgit v1.2.3