LaunchScreen.storyboard 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
  6. </dependencies>
  7. <scenes>
  8. <!-- Startup splash — LaunchLanding.imageset -->
  9. <scene sceneID="EHf-IW-A2E">
  10. <objects>
  11. <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  12. <layoutGuides>
  13. <viewControllerLayoutGuide type="top" id="Ydg-fD-yQy"/>
  14. <viewControllerLayoutGuide type="bottom" id="xbc-2k-c8Z"/>
  15. </layoutGuides>
  16. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchLanding" translatesAutoresizingMaskIntoConstraints="NO" id="kL9-nP-xmZ"/>
  20. </subviews>
  21. <color key="backgroundColor" red="0" green="0" blue="0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  22. <constraints>
  23. <constraint firstItem="kL9-nP-xmZ" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="Ln1-xX-aBc"/>
  24. <constraint firstItem="Ze5-6b-2t3" firstAttribute="trailing" secondItem="kL9-nP-xmZ" secondAttribute="trailing" id="Ln2-xX-dEf"/>
  25. <constraint firstItem="kL9-nP-xmZ" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="Ln3-xX-gHi"/>
  26. <constraint firstItem="Ze5-6b-2t3" firstAttribute="bottom" secondItem="kL9-nP-xmZ" secondAttribute="bottom" id="Ln4-xX-jKl"/>
  27. </constraints>
  28. </view>
  29. </viewController>
  30. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  31. </objects>
  32. <point key="canvasLocation" x="53" y="375"/>
  33. </scene>
  34. </scenes>
  35. <resources>
  36. <image name="LaunchLanding" width="1125" height="2436"/>
  37. </resources>
  38. </document>