LaunchScreen.storyboard 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <scenes>
  12. <!--View Controller-->
  13. <scene sceneID="EHf-IW-A2E">
  14. <objects>
  15. <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  16. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  17. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="launch_background" translatesAutoresizingMaskIntoConstraints="NO" id="ZEc-eN-trx">
  21. <rect key="frame" x="0.0" y="0.0" width="393" height="818"/>
  22. </imageView>
  23. </subviews>
  24. <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
  25. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  26. <constraints>
  27. <constraint firstItem="ZEc-eN-trx" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="TAh-9F-W4p"/>
  28. <constraint firstItem="6Tk-OE-BBY" firstAttribute="bottom" secondItem="ZEc-eN-trx" secondAttribute="bottom" id="WcB-2H-y9A"/>
  29. <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="ZEc-eN-trx" secondAttribute="trailing" id="oRW-d5-fkm"/>
  30. <constraint firstItem="ZEc-eN-trx" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="uH0-78-5bX"/>
  31. </constraints>
  32. </view>
  33. </viewController>
  34. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  35. </objects>
  36. <point key="canvasLocation" x="53" y="375"/>
  37. </scene>
  38. </scenes>
  39. <resources>
  40. <image name="launch_background" width="414" height="736"/>
  41. <systemColor name="systemBackgroundColor">
  42. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  43. </systemColor>
  44. </resources>
  45. </document>