Launch Screen.storyboard 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15706"/>
  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. <layoutGuides>
  15. <viewControllerLayoutGuide type="top" id="rc2-6h-PaL"/>
  16. <viewControllerLayoutGuide type="bottom" id="i3y-Jc-syf"/>
  17. </layoutGuides>
  18. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  19. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <subviews>
  22. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="loginLogo" translatesAutoresizingMaskIntoConstraints="NO" id="oLO-OB-0Ml">
  23. <rect key="frame" x="176" y="781" width="62" height="62"/>
  24. <constraints>
  25. <constraint firstAttribute="width" secondItem="oLO-OB-0Ml" secondAttribute="height" id="7ya-Yg-AcW"/>
  26. </constraints>
  27. </imageView>
  28. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="I9F-dE-gTV">
  29. <rect key="frame" x="87" y="384" width="240" height="128"/>
  30. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  31. <constraints>
  32. <constraint firstAttribute="width" secondItem="I9F-dE-gTV" secondAttribute="height" multiplier="15:8" id="vgc-K8-daJ"/>
  33. </constraints>
  34. </view>
  35. </subviews>
  36. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  37. <constraints>
  38. <constraint firstItem="I9F-dE-gTV" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="HKU-TX-x84"/>
  39. <constraint firstItem="oLO-OB-0Ml" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="R16-bz-wty"/>
  40. <constraint firstItem="I9F-dE-gTV" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="XPx-z4-eZq"/>
  41. <constraint firstItem="oLO-OB-0Ml" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" multiplier="0.15" id="cK2-Ux-wIq"/>
  42. <constraint firstItem="i3y-Jc-syf" firstAttribute="top" secondItem="oLO-OB-0Ml" secondAttribute="bottom" constant="19" id="fus-44-NUn"/>
  43. <constraint firstItem="I9F-dE-gTV" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" multiplier="0.57971" id="ldT-q5-dje"/>
  44. </constraints>
  45. </view>
  46. </viewController>
  47. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  48. </objects>
  49. <point key="canvasLocation" x="53" y="375"/>
  50. </scene>
  51. </scenes>
  52. <resources>
  53. <image name="loginLogo" width="512" height="512"/>
  54. </resources>
  55. </document>