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 + Juick/Main.storyboard | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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]; diff --git a/Juick/Main.storyboard b/Juick/Main.storyboard index 0a2c855..5d99c97 100644 --- a/Juick/Main.storyboard +++ b/Juick/Main.storyboard @@ -96,7 +96,7 @@ - + @@ -231,7 +231,7 @@ - + -- cgit v1.2.3