LaunchScreen.storyboard 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="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="17703"/>
  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="414" height="896"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="优易学车" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="l1M-sS-7Cf">
  20. <rect key="frame" x="0.0" y="433" width="414" height="30"/>
  21. <fontDescription key="fontDescription" type="boldSystem" pointSize="25"/>
  22. <nil key="textColor"/>
  23. <nil key="highlightedColor"/>
  24. </label>
  25. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="logocor.png" translatesAutoresizingMaskIntoConstraints="NO" id="C2G-Kl-5zE">
  26. <rect key="frame" x="138.5" y="277.5" width="137" height="136.5"/>
  27. <constraints>
  28. <constraint firstAttribute="width" secondItem="C2G-Kl-5zE" secondAttribute="height" multiplier="1:1" id="V70-Es-LiB"/>
  29. </constraints>
  30. </imageView>
  31. </subviews>
  32. <viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
  33. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  34. <constraints>
  35. <constraint firstItem="l1M-sS-7Cf" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="GB9-3k-fzw"/>
  36. <constraint firstItem="l1M-sS-7Cf" firstAttribute="top" secondItem="C2G-Kl-5zE" secondAttribute="bottom" constant="19" id="W3R-z1-YdQ"/>
  37. <constraint firstItem="l1M-sS-7Cf" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" id="cgA-kg-pvF"/>
  38. <constraint firstItem="C2G-Kl-5zE" firstAttribute="centerX" secondItem="Bcu-3y-fUS" secondAttribute="centerX" id="dx6-90-k6L"/>
  39. <constraint firstItem="C2G-Kl-5zE" firstAttribute="width" secondItem="Ze5-6b-2t3" secondAttribute="width" multiplier="0.33" id="fO9-5R-dqv"/>
  40. <constraint firstItem="l1M-sS-7Cf" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="jAd-m8-j31"/>
  41. </constraints>
  42. </view>
  43. </viewController>
  44. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  45. </objects>
  46. <point key="canvasLocation" x="52.173913043478265" y="375"/>
  47. </scene>
  48. </scenes>
  49. <resources>
  50. <image name="logocor.png" width="180" height="180"/>
  51. </resources>
  52. </document>