Launch Screen.storyboard 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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="retina5_9" 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="375" height="812"/>
  19. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  20. <subviews>
  21. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchScreenBack" translatesAutoresizingMaskIntoConstraints="NO" id="TaG-bU-mw5">
  22. <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
  23. </imageView>
  24. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchCone" translatesAutoresizingMaskIntoConstraints="NO" id="sLw-FA-6aS">
  25. <rect key="frame" x="123.66666666666669" y="336" width="128" height="140"/>
  26. <constraints>
  27. <constraint firstAttribute="width" secondItem="sLw-FA-6aS" secondAttribute="height" multiplier="32:35" id="uZo-Vp-OUB"/>
  28. </constraints>
  29. </imageView>
  30. </subviews>
  31. <color key="backgroundColor" red="1" green="0.53333333329999999" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
  32. <constraints>
  33. <constraint firstItem="sLw-FA-6aS" firstAttribute="centerY" secondItem="TaG-bU-mw5" secondAttribute="centerY" id="0Mq-SH-2dH"/>
  34. <constraint firstItem="sLw-FA-6aS" firstAttribute="centerX" secondItem="TaG-bU-mw5" secondAttribute="centerX" id="2Z8-to-6QL"/>
  35. <constraint firstItem="TaG-bU-mw5" firstAttribute="leading" secondItem="fUV-Cm-0Ob" secondAttribute="leading" id="5Da-Vs-rdH"/>
  36. <constraint firstAttribute="bottom" secondItem="TaG-bU-mw5" secondAttribute="bottom" id="Q0k-iQ-1m1"/>
  37. <constraint firstAttribute="trailing" secondItem="TaG-bU-mw5" secondAttribute="trailing" id="bnf-VU-OOT"/>
  38. <constraint firstItem="TaG-bU-mw5" firstAttribute="top" secondItem="fUV-Cm-0Ob" secondAttribute="top" id="cq3-A8-UVt"/>
  39. </constraints>
  40. <viewLayoutGuide key="safeArea" id="Zv1-f0-1pc"/>
  41. </view>
  42. <navigationItem key="navigationItem" id="HhM-mz-MzV"/>
  43. </viewController>
  44. <placeholder placeholderIdentifier="IBFirstResponder" id="7cO-QZ-wP7" userLabel="First Responder" sceneMemberID="firstResponder"/>
  45. </objects>
  46. <point key="canvasLocation" x="428" y="294.82758620689657"/>
  47. </scene>
  48. </scenes>
  49. <resources>
  50. <image name="LaunchCone" width="128" height="140"/>
  51. <image name="LaunchScreenBack" width="768" height="1024"/>
  52. </resources>
  53. </document>