Launch Screen.storyboard 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="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="22504"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <scenes>
  11. <!--View Controller-->
  12. <scene sceneID="EHf-IW-A2E">
  13. <objects>
  14. <viewController id="01J-lp-oVM" sceneMemberID="viewController">
  15. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  16. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="新启动页" translatesAutoresizingMaskIntoConstraints="NO" id="aJm-Z8-58L">
  20. <rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
  21. </imageView>
  22. </subviews>
  23. <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
  24. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  25. <constraints>
  26. <constraint firstAttribute="bottom" secondItem="aJm-Z8-58L" secondAttribute="bottom" id="5GF-Qr-CCx"/>
  27. <constraint firstItem="aJm-Z8-58L" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="6xM-ak-OWj"/>
  28. <constraint firstItem="aJm-Z8-58L" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" id="Af9-Jv-08i"/>
  29. <constraint firstItem="Bcu-3y-fUS" firstAttribute="trailing" secondItem="aJm-Z8-58L" secondAttribute="trailing" id="MzJ-G3-xzr"/>
  30. </constraints>
  31. </view>
  32. </viewController>
  33. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  34. </objects>
  35. <point key="canvasLocation" x="53" y="375"/>
  36. </scene>
  37. </scenes>
  38. <resources>
  39. <image name="新启动页" width="250" height="444.66665649414062"/>
  40. </resources>
  41. </document>