diff options
author | Vitaly Takmazov | 2017-12-05 01:40:51 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-12-05 01:40:51 +0300 |
commit | a228ce07cc5413a6ba164c12042ab1e4028aa5b3 (patch) | |
tree | f1e8eafe6ebcf9beebd9a0ebdd4a1f8d591f8698 /Juick/Main.storyboard | |
parent | 888cbddb1eaab4f4f343ffd6e0bf8d976b579794 (diff) |
comment
Diffstat (limited to 'Juick/Main.storyboard')
-rw-r--r-- | Juick/Main.storyboard | 63 |
1 files changed, 62 insertions, 1 deletions
diff --git a/Juick/Main.storyboard b/Juick/Main.storyboard index 20bd3eb..b9cde68 100644 --- a/Juick/Main.storyboard +++ b/Juick/Main.storyboard @@ -102,7 +102,7 @@ <navigationItem key="navigationItem" title="Discover" id="M2f-nV-K0C"> <barButtonItem key="leftBarButtonItem" image="profile_icon" id="Sd1-hN-fdS"> <connections> - <segue destination="NJR-jw-Kd1" kind="push" id="LYE-GD-USd"/> + <segue destination="4g9-hM-bzq" kind="push" id="6ha-6h-L0E"/> </connections> </barButtonItem> </navigationItem> @@ -111,6 +111,66 @@ </objects> <point key="canvasLocation" x="-671.5" y="-188.5"/> </scene> + <!--Login View Controller--> + <scene sceneID="hlR-4j-yzx"> + <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="667"/> + <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> + <subviews> + <stackView opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" axis="vertical" spacing="24" translatesAutoresizingMaskIntoConstraints="NO" id="6Df-q8-WGI"> + <rect key="frame" x="24" y="241.5" width="327" height="204"/> + <subviews> + <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Splash.png" translatesAutoresizingMaskIntoConstraints="NO" id="8jW-MS-8v7"> + <rect key="frame" x="0.0" y="0.0" width="327" height="96"/> + </imageView> + <textField opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="251" verticalCompressionResistancePriority="249" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" adjustsFontForContentSizeCategory="YES" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="BMn-5D-Cqa"> + <rect key="frame" x="0.0" y="120" width="327" height="30"/> + <nil key="textColor"/> + <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/> + <textInputTraits key="textInputTraits" textContentType="username"/> + <userDefinedRuntimeAttributes> + <userDefinedRuntimeAttribute type="string" keyPath="placeholder" value="Username..."/> + </userDefinedRuntimeAttributes> + <connections> + <action selector="usernameChanged:" destination="4g9-hM-bzq" eventType="editingChanged" id="qst-Yi-KZ6"/> + </connections> + </textField> + <textField opaque="NO" contentMode="scaleToFill" verticalHuggingPriority="251" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" adjustsFontForContentSizeCategory="YES" minimumFontSize="17" clearButtonMode="whileEditing" translatesAutoresizingMaskIntoConstraints="NO" id="xGs-fu-6K0"> + <rect key="frame" x="0.0" y="174" width="327" height="30"/> + <nil key="textColor"/> + <fontDescription key="fontDescription" style="UICTFontTextStyleBody"/> + <textInputTraits key="textInputTraits" secureTextEntry="YES" textContentType="password"/> + <userDefinedRuntimeAttributes> + <userDefinedRuntimeAttribute type="string" keyPath="placeholder" value="Password..."/> + </userDefinedRuntimeAttributes> + <connections> + <action selector="passwordChanged:" destination="4g9-hM-bzq" eventType="editingChanged" id="Td0-2L-Dgo"/> + </connections> + </textField> + </subviews> + <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> + </stackView> + </subviews> + <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> + <constraints> + <constraint firstItem="6Df-q8-WGI" firstAttribute="centerY" secondItem="fue-ZI-ech" secondAttribute="centerY" id="X8s-fD-pQO"/> + <constraint firstItem="fue-ZI-ech" firstAttribute="trailing" secondItem="6Df-q8-WGI" secondAttribute="trailing" constant="24" id="glk-2k-XYf"/> + <constraint firstItem="6Df-q8-WGI" firstAttribute="leading" secondItem="fue-ZI-ech" secondAttribute="leading" constant="24" id="pcb-PF-amx"/> + </constraints> + <viewLayoutGuide key="safeArea" id="fue-ZI-ech"/> + </view> + <navigationItem key="navigationItem" id="QaM-45-gms"/> + <connections> + <outlet property="passwordField" destination="xGs-fu-6K0" id="zY6-lx-9PQ"/> + <outlet property="usernameField" destination="BMn-5D-Cqa" id="DQU-Fb-Q4e"/> + </connections> + </viewController> + <placeholder placeholderIdentifier="IBFirstResponder" id="3yb-xh-Hei" userLabel="First Responder" sceneMemberID="firstResponder"/> + </objects> + <point key="canvasLocation" x="-1159.5" y="662.5"/> + </scene> <!--Profile--> <scene sceneID="pZT-hd-B6F"> <objects> @@ -227,6 +287,7 @@ </scene> </scenes> <resources> + <image name="Splash.png" width="96" height="96"/> <image name="chats_icon" width="20" height="22"/> <image name="profile_icon" width="16" height="20"/> </resources> |