diff options
author | Vitaly Takmazov | 2018-03-04 17:24:13 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-03-04 17:24:13 +0300 |
commit | f2ad6e8f2bbca27cb9c4777adb581d169c77057b (patch) | |
tree | 7f01a95a038d850010c56537d1efa55cf8c88d40 /Juick/Main.storyboard | |
parent | a04f0db29cb280eb45888d3a56967cf9adc6214d (diff) |
layout fixes
Diffstat (limited to 'Juick/Main.storyboard')
-rw-r--r-- | Juick/Main.storyboard | 88 |
1 files changed, 36 insertions, 52 deletions
diff --git a/Juick/Main.storyboard b/Juick/Main.storyboard index d6698e4..2a274d9 100644 --- a/Juick/Main.storyboard +++ b/Juick/Main.storyboard @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="XnR-Hh-t65"> +<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="zgP-bN-c50"> <device id="retina4_7" orientation="portrait"> <adaptation id="fullscreen"/> </device> @@ -10,27 +10,21 @@ <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> </dependencies> <scenes> - <!--Item--> - <scene sceneID="97k-sM-CYI"> + <!--Navigation Controller--> + <scene sceneID="PGG-a7-Z19"> <objects> - <navigationController toolbarHidden="NO" id="meX-Jy-oiG" sceneMemberID="viewController"> - <tabBarItem key="tabBarItem" title="Item" id="83t-gu-V4H"/> - <toolbarItems/> - <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="Rtg-Ag-BXy"> + <navigationController id="zgP-bN-c50" sceneMemberID="viewController"> + <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="B1R-tc-Ps2"> <rect key="frame" x="0.0" y="20" width="375" height="44"/> <autoresizingMask key="autoresizingMask"/> </navigationBar> - <toolbar key="toolbar" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="tdc-JF-lSX"> - <rect key="frame" x="0.0" y="574" width="375" height="44"/> - <autoresizingMask key="autoresizingMask"/> - </toolbar> <connections> - <segue destination="VCH-GK-jaH" kind="relationship" relationship="rootViewController" id="3ou-Pe-XsC"/> + <segue destination="XnR-Hh-t65" kind="relationship" relationship="rootViewController" id="S6h-3C-cZ3"/> </connections> </navigationController> - <placeholder placeholderIdentifier="IBFirstResponder" id="e3G-bn-wym" userLabel="First Responder" sceneMemberID="firstResponder"/> + <placeholder placeholderIdentifier="IBFirstResponder" id="u8u-do-Fxy" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> - <point key="canvasLocation" x="-1153.125" y="-186.75999999999999"/> + <point key="canvasLocation" x="-1667" y="-1060"/> </scene> <!--Thread View Controller--> <scene sceneID="hRe-9n-wGd"> @@ -72,9 +66,26 @@ <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"/> + <toolbar key="tableHeaderView" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="Whi-G7-JTB"> + <rect key="frame" x="0.0" y="0.0" width="375" height="44"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> + <items> + <barButtonItem image="chats_icon" id="eaY-Yt-u9g"> + <connections> + <action selector="filterAction:" destination="VCH-GK-jaH" id="m3s-pS-GdV"/> + </connections> + </barButtonItem> + <barButtonItem style="plain" systemItem="flexibleSpace" id="JhF-fJ-DQL"/> + <barButtonItem systemItem="compose" id="ovc-xl-vHA"> + <connections> + <segue destination="rr1-jx-MLx" kind="push" id="vj1-M0-h6U"/> + </connections> + </barButtonItem> + </items> + </toolbar> <prototypes> <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" selectionStyle="blue" accessoryType="disclosureIndicator" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="prototypeMessage" id="Orz-mD-PnE"> - <rect key="frame" x="0.0" y="28" width="375" height="44"/> + <rect key="frame" x="0.0" y="72" width="375" height="44"/> <autoresizingMask key="autoresizingMask"/> <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="Orz-mD-PnE" id="WRd-ev-Osb"> <rect key="frame" x="0.0" y="0.0" width="341" height="43.5"/> @@ -90,20 +101,8 @@ <outlet property="delegate" destination="VCH-GK-jaH" id="a3g-k1-u9r"/> </connections> </tableView> - <tabBarItem key="tabBarItem" title="Item" id="Je4-Zm-Zbu"/> - <toolbarItems> - <barButtonItem image="chats_icon" id="eaY-Yt-u9g"> - <connections> - <action selector="filterAction:" destination="VCH-GK-jaH" id="m3s-pS-GdV"/> - </connections> - </barButtonItem> - <barButtonItem style="plain" systemItem="flexibleSpace" id="JhF-fJ-DQL"/> - <barButtonItem systemItem="compose" id="ovc-xl-vHA"> - <connections> - <segue destination="rr1-jx-MLx" kind="push" id="vj1-M0-h6U"/> - </connections> - </barButtonItem> - </toolbarItems> + <tabBarItem key="tabBarItem" title="Discover" image="nearby_icon" id="Je4-Zm-Zbu"/> + <toolbarItems/> <navigationItem key="navigationItem" id="M2f-nV-K0C"> <barButtonItem key="rightBarButtonItem" title="Item" image="settings_icon" style="plain" id="Sd1-hN-fdS"> <connections> @@ -125,7 +124,7 @@ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <visualEffectView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="iqI-7F-B8z"> - <rect key="frame" x="6" y="205" width="363" height="228"/> + <rect key="frame" x="6" y="251.5" width="363" height="228"/> <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" insetsLayoutMarginsFromSafeArea="NO" id="7kK-2B-ICG"> <rect key="frame" x="0.0" y="0.0" width="363" height="228"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> @@ -248,30 +247,13 @@ <outlet property="delegate" destination="vqF-gx-pZG" id="xKF-Xt-zWe"/> </connections> </tableView> - <tabBarItem key="tabBarItem" title="Item" id="vxB-Z9-1il"/> - <navigationItem key="navigationItem" title="Notifications" id="hVh-CA-hQo"/> + <tabBarItem key="tabBarItem" title="Chats" image="chats_icon" id="vxB-Z9-1il"/> + <navigationItem key="navigationItem" title="Chats" id="hVh-CA-hQo"/> </tableViewController> <placeholder placeholderIdentifier="IBFirstResponder" id="8ge-Xf-wBN" userLabel="First Responder" sceneMemberID="firstResponder"/> </objects> <point key="canvasLocation" x="294" y="666"/> </scene> - <!--Item--> - <scene sceneID="uim-Nh-TgZ"> - <objects> - <navigationController id="5uj-cs-Oeg" sceneMemberID="viewController"> - <tabBarItem key="tabBarItem" title="Item" id="V9z-ea-0Yt"/> - <navigationBar key="navigationBar" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="z7X-OF-hhE"> - <rect key="frame" x="0.0" y="20" width="375" height="44"/> - <autoresizingMask key="autoresizingMask"/> - </navigationBar> - <connections> - <segue destination="vqF-gx-pZG" kind="relationship" relationship="rootViewController" id="ufB-2X-yDu"/> - </connections> - </navigationController> - <placeholder placeholderIdentifier="IBFirstResponder" id="klE-aM-KuP" userLabel="First Responder" sceneMemberID="firstResponder"/> - </objects> - <point key="canvasLocation" x="-202" y="666"/> - </scene> <!--New post--> <scene sceneID="bF2-U0-WHJ"> <objects> @@ -281,7 +263,7 @@ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" textAlignment="natural" translatesAutoresizingMaskIntoConstraints="NO" id="XYj-Y4-lfM"> - <rect key="frame" x="4" y="60" width="367" height="510"/> + <rect key="frame" x="4" y="60" width="367" height="603"/> <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/> <textInputTraits key="textInputTraits" autocapitalizationType="sentences"/> @@ -349,14 +331,15 @@ <scene sceneID="R7v-av-S80"> <objects> <tabBarController id="XnR-Hh-t65" sceneMemberID="viewController"> + <navigationItem key="navigationItem" id="Ub2-5o-fwx"/> <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"/> </tabBar> <connections> - <segue destination="meX-Jy-oiG" kind="relationship" relationship="viewControllers" id="XZu-DW-wVU"/> - <segue destination="5uj-cs-Oeg" kind="relationship" relationship="viewControllers" id="rhN-wq-V4r"/> + <segue destination="VCH-GK-jaH" kind="relationship" relationship="viewControllers" id="tRL-5K-f5Z"/> + <segue destination="vqF-gx-pZG" kind="relationship" relationship="viewControllers" id="HL4-7U-gP6"/> </connections> </tabBarController> <placeholder placeholderIdentifier="IBFirstResponder" id="AnM-ht-zf8" userLabel="First Responder" sceneMemberID="firstResponder"/> @@ -367,6 +350,7 @@ <resources> <image name="Splash.png" width="96" height="96"/> <image name="chats_icon" width="20" height="22"/> + <image name="nearby_icon" width="20" height="20"/> <image name="settings_icon" width="20" height="20"/> </resources> <inferredMetricsTieBreakers> |