Launch Screen.storyboard 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16097.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3. <device id="ipad12_9rounded" orientation="portrait" layout="fullscreen" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  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="pqy-YQ-gkn"/>
  16. <viewControllerLayoutGuide type="bottom" id="aZv-Y4-YYW"/>
  17. </layoutGuides>
  18. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  19. <rect key="frame" x="0.0" y="0.0" width="1024" height="1366"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <subviews>
  22. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="oSB-gV-dGR">
  23. <rect key="frame" x="384" y="1094.5" width="256" height="211.5"/>
  24. <constraints>
  25. <constraint firstAttribute="width" secondItem="oSB-gV-dGR" secondAttribute="height" multiplier="23:19" id="eag-0V-HSB"/>
  26. </constraints>
  27. </imageView>
  28. </subviews>
  29. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  30. <constraints>
  31. <constraint firstItem="aZv-Y4-YYW" firstAttribute="top" secondItem="oSB-gV-dGR" secondAttribute="bottom" constant="40" id="AOE-gs-FMp"/>
  32. <constraint firstItem="oSB-gV-dGR" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" multiplier="0.25" id="GOX-A5-oMw"/>
  33. <constraint firstItem="oSB-gV-dGR" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="ewq-eh-FBP"/>
  34. </constraints>
  35. </view>
  36. </viewController>
  37. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  38. </objects>
  39. <point key="canvasLocation" x="53" y="375"/>
  40. </scene>
  41. </scenes>
  42. <resources>
  43. <image name="LaunchImage" width="138" height="114"/>
  44. </resources>
  45. </document>