JXServiceTopView.xib 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="JXServiceTopView">
  13. <rect key="frame" x="0.0" y="0.0" width="378" height="200"/>
  14. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  15. <subviews>
  16. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="KGv-WR-beY">
  17. <rect key="frame" x="0.0" y="0.0" width="378" height="170"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="kefutopView" translatesAutoresizingMaskIntoConstraints="NO" id="gFe-NB-bPh">
  20. <rect key="frame" x="0.0" y="0.0" width="378" height="170"/>
  21. </imageView>
  22. </subviews>
  23. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  24. <constraints>
  25. <constraint firstItem="gFe-NB-bPh" firstAttribute="leading" secondItem="KGv-WR-beY" secondAttribute="leading" id="5CN-CI-Iq2"/>
  26. <constraint firstAttribute="bottom" secondItem="gFe-NB-bPh" secondAttribute="bottom" id="ew7-hQ-5k4"/>
  27. <constraint firstAttribute="height" constant="170" id="h3h-ED-wzN"/>
  28. <constraint firstItem="gFe-NB-bPh" firstAttribute="top" secondItem="KGv-WR-beY" secondAttribute="top" id="oJf-pr-c2o"/>
  29. <constraint firstAttribute="trailing" secondItem="gFe-NB-bPh" secondAttribute="trailing" id="xg7-QI-qxe"/>
  30. </constraints>
  31. </view>
  32. </subviews>
  33. <color key="backgroundColor" red="0.94509803920000002" green="0.94508665800000002" blue="0.94509803920000002" alpha="1" colorSpace="custom" customColorSpace="displayP3"/>
  34. <constraints>
  35. <constraint firstItem="KGv-WR-beY" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="Odg-Nj-3y6"/>
  36. <constraint firstItem="KGv-WR-beY" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="cpP-ja-3ic"/>
  37. <constraint firstAttribute="trailing" secondItem="KGv-WR-beY" secondAttribute="trailing" id="uhq-KA-Izt"/>
  38. </constraints>
  39. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  40. <connections>
  41. <outlet property="vipLeverL" destination="KGv-WR-beY" id="n9T-8b-xfB"/>
  42. </connections>
  43. <point key="canvasLocation" x="-14.492753623188406" y="172.76785714285714"/>
  44. </view>
  45. </objects>
  46. <resources>
  47. <image name="kefutopView" width="375" height="178"/>
  48. </resources>
  49. </document>