LaunchScreen.storyboard 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="23727" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23721"/>
  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="375" height="667"/>
  18. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="launch" translatesAutoresizingMaskIntoConstraints="NO" id="wLO-aF-Gf2">
  21. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. </imageView>
  24. </subviews>
  25. <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
  26. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  27. </view>
  28. </viewController>
  29. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  30. </objects>
  31. <point key="canvasLocation" x="52.671755725190835" y="374.64788732394368"/>
  32. </scene>
  33. </scenes>
  34. <resources>
  35. <image name="launch" width="375" height="812"/>
  36. <systemColor name="systemBackgroundColor">
  37. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  38. </systemColor>
  39. </resources>
  40. </document>