summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-05-15 14:31:58 +0300
committerGravatar Vitaly Takmazov2020-05-15 14:31:58 +0300
commit8c780630b66119ded741f979c4ebe9dbd6bef776 (patch)
tree5abe693da22d93d01821d8bc773ea12b61101f2e
parent5de79ab74850c157909e9fe978f670d1cec9794f (diff)
Fix UITabBar tint color
-rw-r--r--Juick/AppDelegate.m1
-rw-r--r--Juick/Main.storyboard4
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 @@
<objects>
<viewController id="4g9-hM-bzq" customClass="LoginViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="ak5-5Q-P4e">
- <rect key="frame" x="0.0" y="0.0" width="375" height="647"/>
+ <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<stackView opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" axis="vertical" spacing="24" translatesAutoresizingMaskIntoConstraints="NO" id="axR-g5-sfd">
@@ -231,7 +231,7 @@
<objects>
<viewController title="New post" hidesBottomBarWhenPushed="YES" id="rr1-jx-MLx" customClass="NewPostViewController" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="7ep-bO-aeZ">
- <rect key="frame" x="0.0" y="0.0" width="375" height="647"/>
+ <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="XYj-Y4-lfM">