car in 場站查車鎖車 ios
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

53 行
4.1KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16096" 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. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  6. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  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. <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
  15. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <subviews>
  18. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="W9n-5X-l20" userLabel="BGView">
  19. <rect key="frame" x="0.0" y="44" width="414" height="818"/>
  20. <subviews>
  21. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="CarIn" translatesAutoresizingMaskIntoConstraints="NO" id="yvK-iY-odz" userLabel="BG">
  22. <rect key="frame" x="0.0" y="0.0" width="414" height="818"/>
  23. </imageView>
  24. </subviews>
  25. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  26. <constraints>
  27. <constraint firstAttribute="trailing" secondItem="yvK-iY-odz" secondAttribute="trailing" id="Cde-4x-coL"/>
  28. <constraint firstAttribute="bottom" secondItem="yvK-iY-odz" secondAttribute="bottom" id="Klx-Uz-u24"/>
  29. <constraint firstItem="yvK-iY-odz" firstAttribute="leading" secondItem="W9n-5X-l20" secondAttribute="leading" id="OSJ-BB-OUk"/>
  30. <constraint firstItem="yvK-iY-odz" firstAttribute="top" secondItem="W9n-5X-l20" secondAttribute="top" id="Sjf-Fc-3kq"/>
  31. </constraints>
  32. </view>
  33. </subviews>
  34. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  35. <constraints>
  36. <constraint firstItem="W9n-5X-l20" firstAttribute="top" secondItem="6Tk-OE-BBY" secondAttribute="top" id="0qK-Cl-ixf"/>
  37. <constraint firstItem="6Tk-OE-BBY" firstAttribute="bottom" secondItem="W9n-5X-l20" secondAttribute="bottom" id="44M-Ds-LBy"/>
  38. <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="W9n-5X-l20" secondAttribute="trailing" id="BIE-Sx-aOm"/>
  39. <constraint firstItem="W9n-5X-l20" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="x4S-DK-Hd7"/>
  40. </constraints>
  41. <viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
  42. </view>
  43. </viewController>
  44. <placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
  45. </objects>
  46. <point key="canvasLocation" x="53" y="375"/>
  47. </scene>
  48. </scenes>
  49. <resources>
  50. <image name="CarIn" width="1024" height="1024"/>
  51. </resources>
  52. </document>