Launch Screen.storyboard 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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" colorMatched="YES" initialViewController="01J-lp-oVM">
  3. <device id="ipad9_7" 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="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. <layoutGuides>
  17. <viewControllerLayoutGuide type="top" id="87K-PZ-J9L"/>
  18. <viewControllerLayoutGuide type="bottom" id="eZg-7j-v87"/>
  19. </layoutGuides>
  20. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  21. <rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="LaunchIcon" translatesAutoresizingMaskIntoConstraints="NO" id="niE-1q-O6x">
  25. <rect key="frame" x="128" y="256" width="512" height="512"/>
  26. <constraints>
  27. <constraint firstAttribute="width" constant="512" id="2D9-dm-JhQ"/>
  28. <constraint firstAttribute="height" constant="512" id="e1b-jh-DGm"/>
  29. </constraints>
  30. </imageView>
  31. </subviews>
  32. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  33. <constraints>
  34. <constraint firstItem="niE-1q-O6x" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="W6T-5k-CAh"/>
  35. <constraint firstItem="niE-1q-O6x" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="Xgk-eX-yuE"/>
  36. </constraints>
  37. </view>
  38. </viewController>
  39. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  40. </objects>
  41. <point key="canvasLocation" x="52.34375" y="375"/>
  42. </scene>
  43. </scenes>
  44. <resources>
  45. <image name="LaunchIcon" width="256" height="256"/>
  46. </resources>
  47. </document>