|
|
@@ -1,8 +1,11 @@
|
|
|
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13122.16" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
|
|
+ <device id="retina6_1" orientation="portrait" appearance="light"/>
|
|
|
<dependencies>
|
|
|
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13104.12"/>
|
|
|
+ <deployment identifier="iOS"/>
|
|
|
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
|
|
|
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
|
+ <capability name="System colors in document resources" minToolsVersion="11.0"/>
|
|
|
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
|
</dependencies>
|
|
|
<scenes>
|
|
|
@@ -11,15 +14,35 @@
|
|
|
<objects>
|
|
|
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
|
|
|
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
|
|
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
|
+ <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
|
- <color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
|
|
|
+ <subviews>
|
|
|
+ <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="login_main" translatesAutoresizingMaskIntoConstraints="NO" id="Oe4-md-7EV">
|
|
|
+ <rect key="frame" x="25" y="266" width="364" height="364"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstAttribute="width" secondItem="Oe4-md-7EV" secondAttribute="height" multiplier="1:1" id="2Ny-U6-PxP"/>
|
|
|
+ </constraints>
|
|
|
+ </imageView>
|
|
|
+ </subviews>
|
|
|
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
|
|
|
+ <color key="backgroundColor" systemColor="systemBackgroundColor"/>
|
|
|
+ <constraints>
|
|
|
+ <constraint firstItem="Oe4-md-7EV" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="TSd-ZD-z0t"/>
|
|
|
+ <constraint firstItem="Oe4-md-7EV" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="sJN-Sf-7ha"/>
|
|
|
+ <constraint firstAttribute="trailing" secondItem="Oe4-md-7EV" secondAttribute="trailing" constant="25" id="ueY-sm-leF"/>
|
|
|
+ <constraint firstItem="Oe4-md-7EV" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" constant="25" id="vgo-5i-WuD"/>
|
|
|
+ </constraints>
|
|
|
</view>
|
|
|
</viewController>
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
|
</objects>
|
|
|
- <point key="canvasLocation" x="53" y="375"/>
|
|
|
+ <point key="canvasLocation" x="52.173913043478265" y="375"/>
|
|
|
</scene>
|
|
|
</scenes>
|
|
|
+ <resources>
|
|
|
+ <image name="login_main" width="800" height="800"/>
|
|
|
+ <systemColor name="systemBackgroundColor">
|
|
|
+ <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
|
|
+ </systemColor>
|
|
|
+ </resources>
|
|
|
</document>
|