LaunchScreen.storyboard 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <scenes>
  10. <!--View Controller-->
  11. <scene sceneID="EHf-IW-A2E">
  12. <objects>
  13. <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  14. <layoutGuides>
  15. <viewControllerLayoutGuide type="top" id="Ydg-fD-yQy"/>
  16. <viewControllerLayoutGuide type="bottom" id="xbc-2k-c8Z"/>
  17. </layoutGuides>
  18. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  19. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  20. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  21. <subviews>
  22. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="bg.png" translatesAutoresizingMaskIntoConstraints="NO" id="TNN-KB-Fa6">
  23. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  24. </imageView>
  25. </subviews>
  26. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  27. <constraints>
  28. <constraint firstAttribute="bottom" secondItem="TNN-KB-Fa6" secondAttribute="bottom" id="4vS-Fy-AP0"/>
  29. <constraint firstItem="TNN-KB-Fa6" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="A8T-B1-3fa"/>
  30. <constraint firstAttribute="trailing" secondItem="TNN-KB-Fa6" secondAttribute="trailing" id="g3I-Yq-0LF"/>
  31. <constraint firstItem="TNN-KB-Fa6" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="ylb-TK-Fd5"/>
  32. </constraints>
  33. </view>
  34. </viewController>
  35. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  36. </objects>
  37. <point key="canvasLocation" x="80.152671755725194" y="264.08450704225356"/>
  38. </scene>
  39. </scenes>
  40. <resources>
  41. <image name="bg.png" width="750" height="1624"/>
  42. </resources>
  43. </document>