12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <scenes>
- <!--View Controller-->
- <scene sceneID="EHf-IW-A2E">
- <objects>
- <viewController id="01J-lp-oVM" sceneMemberID="viewController">
- <layoutGuides>
- <viewControllerLayoutGuide type="top" id="rc2-6h-PaL"/>
- <viewControllerLayoutGuide type="bottom" id="i3y-Jc-syf"/>
- </layoutGuides>
- <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
- <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="loginLogo" translatesAutoresizingMaskIntoConstraints="NO" id="oLO-OB-0Ml">
- <rect key="frame" x="176" y="781" width="62" height="62"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="oLO-OB-0Ml" secondAttribute="height" id="7ya-Yg-AcW"/>
- </constraints>
- </imageView>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="I9F-dE-gTV">
- <rect key="frame" x="87" y="384" width="240" height="128"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="I9F-dE-gTV" secondAttribute="height" multiplier="15:8" id="vgc-K8-daJ"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="I9F-dE-gTV" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="HKU-TX-x84"/>
- <constraint firstItem="oLO-OB-0Ml" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="R16-bz-wty"/>
- <constraint firstItem="I9F-dE-gTV" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="XPx-z4-eZq"/>
- <constraint firstItem="oLO-OB-0Ml" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" multiplier="0.15" id="cK2-Ux-wIq"/>
- <constraint firstItem="i3y-Jc-syf" firstAttribute="top" secondItem="oLO-OB-0Ml" secondAttribute="bottom" constant="19" id="fus-44-NUn"/>
- <constraint firstItem="I9F-dE-gTV" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" multiplier="0.57971" id="ldT-q5-dje"/>
- </constraints>
- </view>
- </viewController>
- <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
- </objects>
- <point key="canvasLocation" x="53" y="375"/>
- </scene>
- </scenes>
- <resources>
- <image name="loginLogo" width="512" height="512"/>
- </resources>
- </document>
|