diff options
author | Vitaly Takmazov | 2018-12-06 01:07:22 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-12-06 01:07:22 +0300 |
commit | d2d8bf0e85d03dba35ae35576b2d9f3a73bd369f (patch) | |
tree | 682b0094291e3e90883f17b39c6df526670c631f /Juick | |
parent | e636d6bc337edb0dd1f154ee885955e2d68f8055 (diff) |
Translucent tabbar again
Diffstat (limited to 'Juick')
-rw-r--r-- | Juick/Main.storyboard | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Juick/Main.storyboard b/Juick/Main.storyboard index 889ddfe..e04800c 100644 --- a/Juick/Main.storyboard +++ b/Juick/Main.storyboard @@ -65,7 +65,7 @@ <objects> <tableViewController id="VCH-GK-jaH" customClass="DiscoverViewController" sceneMemberID="viewController"> <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="tbe-Zb-PfB"> - <rect key="frame" x="0.0" y="0.0" width="375" height="618"/> + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <prototypes> @@ -208,7 +208,7 @@ <objects> <tableViewController title="Profile" id="NJR-jw-Kd1" customClass="BlogViewController" sceneMemberID="viewController"> <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="UQ6-nv-K3A"> - <rect key="frame" x="0.0" y="0.0" width="375" height="618"/> + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <prototypes> @@ -254,7 +254,7 @@ <objects> <tableViewController title="Notifications" id="vqF-gx-pZG" customClass="DialogsViewController" sceneMemberID="viewController"> <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="ZQ7-23-Nqu"> - <rect key="frame" x="0.0" y="0.0" width="375" height="618"/> + <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <prototypes> @@ -366,7 +366,7 @@ <objects> <tabBarController id="XnR-Hh-t65" sceneMemberID="viewController"> <extendedEdge key="edgesForExtendedLayout"/> - <tabBar key="tabBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" translucent="NO" id="Qqp-Yg-IzB"> + <tabBar key="tabBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="Qqp-Yg-IzB"> <rect key="frame" x="0.0" y="0.0" width="375" height="49"/> <autoresizingMask key="autoresizingMask"/> <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |