Launch Screen.storyboard 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23727" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23721"/>
  6. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <scenes>
  10. <!--View Controller-->
  11. <scene sceneID="EHf-IW-A2E">
  12. <objects>
  13. <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  14. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  15. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <subviews>
  18. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="lg_bg" translatesAutoresizingMaskIntoConstraints="NO" id="G0v-By-0kA">
  19. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  20. </imageView>
  21. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="login_logo" translatesAutoresizingMaskIntoConstraints="NO" id="IEE-Nj-nbi">
  22. <rect key="frame" x="157" y="241" width="100" height="100"/>
  23. <constraints>
  24. <constraint firstAttribute="width" constant="100" id="AsY-f8-rJM"/>
  25. <constraint firstAttribute="height" constant="100" id="MgN-dY-1VA"/>
  26. </constraints>
  27. </imageView>
  28. </subviews>
  29. <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
  30. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  31. <constraints>
  32. <constraint firstItem="IEE-Nj-nbi" firstAttribute="top" secondItem="Bcu-3y-fUS" secondAttribute="top" constant="145" id="3ap-HE-31x"/>
  33. <constraint firstItem="G0v-By-0kA" firstAttribute="trailing" secondItem="Bcu-3y-fUS" secondAttribute="trailing" id="FPS-O2-U1v"/>
  34. <constraint firstItem="G0v-By-0kA" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="FWL-Hq-wlr"/>
  35. <constraint firstItem="IEE-Nj-nbi" firstAttribute="centerX" secondItem="G0v-By-0kA" secondAttribute="centerX" id="bVx-rz-PTr"/>
  36. <constraint firstItem="G0v-By-0kA" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" id="jEd-Dt-3LB"/>
  37. <constraint firstAttribute="bottom" secondItem="G0v-By-0kA" secondAttribute="bottom" id="qdQ-KL-uLh"/>
  38. </constraints>
  39. </view>
  40. </viewController>
  41. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  42. </objects>
  43. <point key="canvasLocation" x="52.173913043478265" y="375"/>
  44. </scene>
  45. </scenes>
  46. <resources>
  47. <image name="lg_bg" width="128" height="128"/>
  48. <image name="login_logo" width="112" height="112"/>
  49. </resources>
  50. </document>