No Description

SplashScreen.storyboard 4.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document
  3. type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB"
  4. version="3.0"
  5. toolsVersion="16096"
  6. targetRuntime="iOS.CocoaTouch"
  7. propertyAccessControl="none"
  8. useAutolayout="YES"
  9. launchScreen="YES"
  10. useTraitCollections="YES"
  11. useSafeAreas="YES"
  12. colorMatched="YES"
  13. initialViewController="EXPO-VIEWCONTROLLER-1"
  14. >
  15. <device id="retina5_5" orientation="portrait" appearance="light"/>
  16. <dependencies>
  17. <deployment identifier="iOS"/>
  18. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  19. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  20. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  21. </dependencies>
  22. <scenes>
  23. <!--View Controller-->
  24. <scene sceneID="EXPO-SCENE-1">
  25. <objects>
  26. <viewController
  27. storyboardIdentifier="SplashScreenViewController"
  28. id="EXPO-VIEWCONTROLLER-1"
  29. sceneMemberID="viewController"
  30. >
  31. <view
  32. key="view"
  33. userInteractionEnabled="NO"
  34. contentMode="scaleToFill"
  35. insetsLayoutMarginsFromSafeArea="NO"
  36. id="EXPO-ContainerView"
  37. userLabel="ContainerView"
  38. >
  39. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  40. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  41. <subviews>
  42. <imageView
  43. userInteractionEnabled="NO"
  44. contentMode="scaleAspectFill"
  45. horizontalHuggingPriority="251"
  46. verticalHuggingPriority="251"
  47. insetsLayoutMarginsFromSafeArea="NO"
  48. image="SplashScreenBackground"
  49. translatesAutoresizingMaskIntoConstraints="NO"
  50. id="EXPO-SplashScreenBackground"
  51. userLabel="SplashScreenBackground"
  52. >
  53. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  54. </imageView>
  55. <imageView
  56. clipsSubviews="YES"
  57. userInteractionEnabled="NO"
  58. contentMode="scaleAspectFit"
  59. horizontalHuggingPriority="251"
  60. verticalHuggingPriority="251"
  61. translatesAutoresizingMaskIntoConstraints="NO"
  62. image="SplashScreen"
  63. id="EXPO-SplashScreen"
  64. userLabel="SplashScreen"
  65. >
  66. <rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
  67. </imageView>
  68. </subviews>
  69. <constraints>
  70. <constraint firstItem="EXPO-SplashScreenBackground" firstAttribute="top" secondItem="EXPO-ContainerView" secondAttribute="top" id="1gX-mQ-vu6"/>
  71. <constraint firstItem="EXPO-SplashScreenBackground" firstAttribute="leading" secondItem="EXPO-ContainerView" secondAttribute="leading" id="6tX-OG-Sck"/>
  72. <constraint firstItem="EXPO-SplashScreenBackground" firstAttribute="trailing" secondItem="EXPO-ContainerView" secondAttribute="trailing" id="ABX-8g-7v4"/>
  73. <constraint firstItem="EXPO-SplashScreenBackground" firstAttribute="bottom" secondItem="EXPO-ContainerView" secondAttribute="bottom" id="jkI-2V-eW5"/>
  74. <constraint firstItem="EXPO-SplashScreen" firstAttribute="top" secondItem="EXPO-ContainerView" secondAttribute="top" id="2VS-Uz-0LU"/>
  75. <constraint firstItem="EXPO-SplashScreen" firstAttribute="leading" secondItem="EXPO-ContainerView" secondAttribute="leading" id="LhH-Ei-DKo"/>
  76. <constraint firstItem="EXPO-SplashScreen" firstAttribute="trailing" secondItem="EXPO-ContainerView" secondAttribute="trailing" id="I6l-TP-6fn"/>
  77. <constraint firstItem="EXPO-SplashScreen" firstAttribute="bottom" secondItem="EXPO-ContainerView" secondAttribute="bottom" id="nbp-HC-eaG"/>
  78. </constraints>
  79. <viewLayoutGuide key="safeArea" id="Rmq-lb-GrQ"/>
  80. </view>
  81. </viewController>
  82. <placeholder placeholderIdentifier="IBFirstResponder" id="EXPO-PLACEHOLDER-1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  83. </objects>
  84. <point key="canvasLocation" x="140.625" y="129.4921875"/>
  85. </scene>
  86. </scenes>
  87. <resources>
  88. <image name="SplashScreen" width="414" height="736"/>
  89. <image name="SplashScreenBackground" width="1" height="1"/>
  90. </resources>
  91. </document>