LaunchScreen-iPhone.storyboard 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="UnityLaunchScreen-ViewController">
  3. <device id="ipad9_7" orientation="portrait" layout="fullscreen" appearance="light"/>
  4. <dependencies>
  5. <deployment version="4352" identifier="iOS"/>
  6. <development version="9000" identifier="xcode"/>
  7. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <scenes>
  11. <!--View Controller-->
  12. <scene sceneID="UnityLaunchScreen-Scene">
  13. <objects>
  14. <viewController id="UnityLaunchScreen-ViewController" sceneMemberID="viewController">
  15. <layoutGuides>
  16. <viewControllerLayoutGuide type="top" id="AFW-kw-awY"/>
  17. <viewControllerLayoutGuide type="bottom" id="BH2-mn-4Lm"/>
  18. </layoutGuides>
  19. <view key="view" userInteractionEnabled="NO" contentMode="scaleToFill" id="UnityLaunchScreen-RootView" userLabel="RootView">
  20. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchScreen-iPhonePortrait.png" translatesAutoresizingMaskIntoConstraints="NO" id="UnityLaunchScreen-ImageView" userLabel="ImageView">
  24. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  25. </imageView>
  26. </subviews>
  27. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  28. <constraints>
  29. <constraint firstAttribute="bottom" secondItem="UnityLaunchScreen-ImageView" secondAttribute="bottom" id="Y0U-Pe-L4d"/>
  30. <constraint firstItem="UnityLaunchScreen-ImageView" firstAttribute="top" secondItem="UnityLaunchScreen-RootView" secondAttribute="top" id="hwu-wP-OkZ"/>
  31. <constraint firstItem="UnityLaunchScreen-ImageView" firstAttribute="leading" secondItem="UnityLaunchScreen-RootView" secondAttribute="leading" id="oOc-bh-ihE"/>
  32. <constraint firstAttribute="trailing" secondItem="UnityLaunchScreen-ImageView" secondAttribute="trailing" id="rHJ-TI-xEc"/>
  33. </constraints>
  34. </view>
  35. </viewController>
  36. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  37. </objects>
  38. <point key="canvasLocation" x="53" y="375"/>
  39. </scene>
  40. </scenes>
  41. <resources>
  42. <image name="LaunchScreen-iPhonePortrait.png" width="1242" height="2208"/>
  43. </resources>
  44. </document>