Launch Screen.storyboard 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="4Ht-sK-31E">
  3. <device id="retina3_5" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <scenes>
  13. <!--View Controller-->
  14. <scene sceneID="hwJ-fo-U5B">
  15. <objects>
  16. <viewController id="4Ht-sK-31E" sceneMemberID="viewController">
  17. <view key="view" contentMode="scaleToFill" id="fUV-Cm-0Ob">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
  19. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  20. <subviews>
  21. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Launch" translatesAutoresizingMaskIntoConstraints="NO" id="TaG-bU-mw5">
  22. <rect key="frame" x="0.0" y="0.0" width="320" height="480"/>
  23. </imageView>
  24. </subviews>
  25. <color key="backgroundColor" red="0.9552378654" green="0.65840983580000001" blue="0.28695866590000002" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  26. <constraints>
  27. <constraint firstItem="TaG-bU-mw5" firstAttribute="leading" secondItem="Zv1-f0-1pc" secondAttribute="leading" id="b5d-W8-USh"/>
  28. <constraint firstAttribute="top" secondItem="TaG-bU-mw5" secondAttribute="top" id="svO-47-itw"/>
  29. <constraint firstItem="TaG-bU-mw5" firstAttribute="trailing" secondItem="Zv1-f0-1pc" secondAttribute="trailing" id="wqm-9c-hyR"/>
  30. <constraint firstAttribute="bottom" secondItem="TaG-bU-mw5" secondAttribute="bottom" id="x5X-e9-OLl"/>
  31. </constraints>
  32. <viewLayoutGuide key="safeArea" id="Zv1-f0-1pc"/>
  33. </view>
  34. <navigationItem key="navigationItem" id="HhM-mz-MzV"/>
  35. </viewController>
  36. <placeholder placeholderIdentifier="IBFirstResponder" id="7cO-QZ-wP7" userLabel="First Responder" sceneMemberID="firstResponder"/>
  37. </objects>
  38. <point key="canvasLocation" x="429.60000000000002" y="296.40179910044981"/>
  39. </scene>
  40. </scenes>
  41. <resources>
  42. <image name="Launch" width="768" height="1024"/>
  43. </resources>
  44. </document>