LaunchScreen.storyboard 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23504" 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="23506"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <scenes>
  11. <!--View Controller-->
  12. <scene sceneID="EHf-IW-A2E">
  13. <objects>
  14. <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  15. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  16. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="launch" translatesAutoresizingMaskIntoConstraints="NO" id="CSy-NA-31p">
  20. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  21. </imageView>
  22. </subviews>
  23. <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
  24. <color key="backgroundColor" white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  25. <constraints>
  26. <constraint firstItem="CSy-NA-31p" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="4kF-2v-u3b"/>
  27. <constraint firstAttribute="bottom" secondItem="CSy-NA-31p" secondAttribute="bottom" id="6Td-cS-Fax"/>
  28. <constraint firstItem="CSy-NA-31p" firstAttribute="trailing" secondItem="6Tk-OE-BBY" secondAttribute="trailing" id="X2c-K3-Zsb"/>
  29. <constraint firstItem="CSy-NA-31p" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="Z9Z-2A-5Iu"/>
  30. </constraints>
  31. </view>
  32. </viewController>
  33. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  34. </objects>
  35. <point key="canvasLocation" x="52.671755725190835" y="374.64788732394368"/>
  36. </scene>
  37. </scenes>
  38. <resources>
  39. <image name="launch" width="375" height="812"/>
  40. </resources>
  41. </document>