From f2b243f33cb25c9c34f983177487f3060a804840 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 21 Mar 2019 21:36:00 +0300 Subject: Styling --- Juick/AppDelegate.m | 5 +++-- Juick/Main.storyboard | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m index b58251b..cf2afa8 100644 --- a/Juick/AppDelegate.m +++ b/Juick/AppDelegate.m @@ -26,8 +26,9 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [[UINavigationBar appearance] setTintColor:[UIColor colorNamed:@"Title"]]; - //[[UINavigationBar appearance] setBarTintColor:[ColorScheme headerBackground]]; - [[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColor colorNamed:@"Title"]}]; + [[UINavigationBar appearance] setBarTintColor:[UIColor whiteColor]]; + [[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColor colorNamed:@"Muted"]}]; + [[UINavigationBar appearance] setLargeTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColor colorNamed:@"Muted"]}]; [[UIToolbar appearance] setTintColor:[UIColor colorNamed:@"Title"]]; [[UITabBar appearance] setTintColor:[UIColor colorNamed:@"Title"]]; diff --git a/Juick/Main.storyboard b/Juick/Main.storyboard index 13f6304..532d492 100644 --- a/Juick/Main.storyboard +++ b/Juick/Main.storyboard @@ -47,9 +47,10 @@ - - + + + @@ -288,7 +289,7 @@ - + -- cgit v1.2.3