diff options
author | Vitaly Takmazov | 2017-12-10 01:24:59 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-12-10 01:24:59 +0300 |
commit | e6a11f68a2aab6c2578529694cf426749f8846ab (patch) | |
tree | cf601e0d124f443b68785ec14b51b85f89373c72 /Juick/AppDelegate.m | |
parent | a38541e14ecfea8e37c80755fb3b2ef25cd81272 (diff) |
Large titles
Diffstat (limited to 'Juick/AppDelegate.m')
-rw-r--r-- | Juick/AppDelegate.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m index 26b10a8..e4056e6 100644 --- a/Juick/AppDelegate.m +++ b/Juick/AppDelegate.m @@ -26,8 +26,9 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { [[UINavigationBar appearance] setTintColor:[ColorScheme linkColor]]; - [[UINavigationBar appearance] setBarTintColor:[ColorScheme headerBackground]]; + //[[UINavigationBar appearance] setBarTintColor:[ColorScheme headerBackground]]; [[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [ColorScheme linkColor]}]; + [[UINavigationBar appearance] setLargeTitleTextAttributes:@{NSForegroundColorAttributeName: [ColorScheme linkColor]}]; [[UIToolbar appearance] setTintColor:[ColorScheme linkColor]]; [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleDefault; |