LaunchScreen.storyboard 5.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.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. <layoutGuides>
  16. <viewControllerLayoutGuide type="top" id="Mlr-Eg-DHY"/>
  17. <viewControllerLayoutGuide type="bottom" id="Ysa-Q8-2DW"/>
  18. </layoutGuides>
  19. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  20. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="launchScreen_Top.png" translatesAutoresizingMaskIntoConstraints="NO" id="nhD-nM-z9d">
  24. <rect key="frame" x="142.5" y="113" width="129" height="136"/>
  25. <constraints>
  26. <constraint firstAttribute="width" secondItem="nhD-nM-z9d" secondAttribute="height" multiplier="111:117" id="fs6-5K-TRe"/>
  27. </constraints>
  28. </imageView>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="学车上速达,拿证更迅速" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="gpA-w2-IZ8">
  30. <rect key="frame" x="117" y="272" width="180" height="19.5"/>
  31. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  32. <color key="textColor" red="0.54117647058823526" green="0.56470588235294117" blue="0.59999999999999998" alpha="1" colorSpace="calibratedRGB"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="lacunchScreen_Bottom.png" translatesAutoresizingMaskIntoConstraints="NO" id="oDf-MA-pAT">
  36. <rect key="frame" x="0.0" y="620" width="414" height="276"/>
  37. <constraints>
  38. <constraint firstAttribute="width" secondItem="oDf-MA-pAT" secondAttribute="height" multiplier="375:250" id="F3R-wl-T0Y"/>
  39. </constraints>
  40. </imageView>
  41. </subviews>
  42. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  43. <constraints>
  44. <constraint firstItem="nhD-nM-z9d" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="9RH-j9-2wf"/>
  45. <constraint firstItem="oDf-MA-pAT" firstAttribute="leading" secondItem="Ze5-6b-2t3" secondAttribute="leading" id="Abi-X6-e09"/>
  46. <constraint firstAttribute="bottom" secondItem="oDf-MA-pAT" secondAttribute="bottom" id="Wr1-OU-TLc"/>
  47. <constraint firstItem="gpA-w2-IZ8" firstAttribute="centerX" secondItem="nhD-nM-z9d" secondAttribute="centerX" id="YW4-cf-pJG"/>
  48. <constraint firstItem="gpA-w2-IZ8" firstAttribute="top" secondItem="nhD-nM-z9d" secondAttribute="bottom" constant="23" id="a4g-2r-z2N"/>
  49. <constraint firstItem="nhD-nM-z9d" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" constant="113" id="byW-hk-fdl"/>
  50. <constraint firstItem="nhD-nM-z9d" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" multiplier="117:375" id="msZ-m9-MLm"/>
  51. <constraint firstAttribute="trailing" secondItem="oDf-MA-pAT" secondAttribute="trailing" id="vyi-A0-jTk"/>
  52. </constraints>
  53. </view>
  54. </viewController>
  55. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  56. </objects>
  57. <point key="canvasLocation" x="53" y="375"/>
  58. </scene>
  59. </scenes>
  60. <resources>
  61. <image name="lacunchScreen_Bottom.png" width="375" height="266"/>
  62. <image name="launchScreen_Top.png" width="116.5" height="111"/>
  63. <systemColor name="systemBackgroundColor">
  64. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  65. </systemColor>
  66. </resources>
  67. </document>