diff options
author | Vitaly Takmazov | 2017-12-22 03:09:14 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-12-22 03:09:14 +0300 |
commit | f5180bc0d6991ec8eb773087695fa2359ddcfad2 (patch) | |
tree | d4277c9d4a86ca9b2a7e18f0115e8cc9ffaba93d /Juick/AppDelegate.m | |
parent | 641332029b473234fd8aec7333d6e988b903e726 (diff) |
Drop large titles
Diffstat (limited to 'Juick/AppDelegate.m')
-rw-r--r-- | Juick/AppDelegate.m | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Juick/AppDelegate.m b/Juick/AppDelegate.m index b38168c..0cd064d 100644 --- a/Juick/AppDelegate.m +++ b/Juick/AppDelegate.m @@ -29,10 +29,6 @@ [[UINavigationBar appearance] setTintColor:[ColorScheme linkColor]]; //[[UINavigationBar appearance] setBarTintColor:[ColorScheme headerBackground]]; [[UINavigationBar appearance] setTitleTextAttributes:@{NSForegroundColorAttributeName: [ColorScheme linkColor]}]; - UIFont *defaultLargeFont = [UIFont preferredFontForTextStyle: UIFontTextStyleLargeTitle]; - [[UINavigationBar appearance] setLargeTitleTextAttributes:@{NSForegroundColorAttributeName: [ColorScheme linkColor], - NSFontAttributeName:[UIFont fontWithName:@"Serpentine-BoldItalic" size:defaultLargeFont.pointSize] - }]; [[UIToolbar appearance] setTintColor:[ColorScheme linkColor]]; [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleDefault; |