WorkFlowHomeCell.xib 8.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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="15704"/>
  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. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="WorkFlowHomeCell">
  14. <rect key="frame" x="0.0" y="0.0" width="165" height="216"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  17. <rect key="frame" x="0.0" y="0.0" width="165" height="216"/>
  18. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  19. <subviews>
  20. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="zanweitu" translatesAutoresizingMaskIntoConstraints="NO" id="pBP-VP-g3b">
  21. <rect key="frame" x="0.0" y="0.0" width="165" height="120"/>
  22. <constraints>
  23. <constraint firstAttribute="width" secondItem="pBP-VP-g3b" secondAttribute="height" multiplier="11:8" id="io0-tm-ONO"/>
  24. </constraints>
  25. </imageView>
  26. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="KLa-xg-fD4">
  27. <rect key="frame" x="6" y="138" width="153" height="60"/>
  28. <subviews>
  29. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="Ite-eW-NJd">
  30. <rect key="frame" x="0.0" y="0.0" width="153" height="60"/>
  31. <subviews>
  32. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="会议室" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cwf-FS-lZr">
  33. <rect key="frame" x="0.0" y="0.0" width="153" height="20"/>
  34. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  35. <color key="textColor" red="0.039215686270000001" green="0.039215686270000001" blue="0.039215686270000001" alpha="1" colorSpace="calibratedRGB"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="地点:暂无" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="s7M-Pv-fpM">
  39. <rect key="frame" x="0.0" y="20" width="153" height="20"/>
  40. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  41. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
  42. <nil key="highlightedColor"/>
  43. </label>
  44. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="人数:0人" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8MU-4k-Dfv">
  45. <rect key="frame" x="0.0" y="40" width="153" height="20"/>
  46. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  47. <color key="textColor" red="0.40000000000000002" green="0.40000000000000002" blue="0.40000000000000002" alpha="1" colorSpace="calibratedRGB"/>
  48. <nil key="highlightedColor"/>
  49. </label>
  50. </subviews>
  51. </stackView>
  52. </subviews>
  53. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  54. <constraints>
  55. <constraint firstAttribute="bottom" secondItem="Ite-eW-NJd" secondAttribute="bottom" id="Tj0-Lj-236"/>
  56. <constraint firstItem="Ite-eW-NJd" firstAttribute="top" secondItem="KLa-xg-fD4" secondAttribute="top" id="mng-uV-sLl"/>
  57. <constraint firstItem="Ite-eW-NJd" firstAttribute="leading" secondItem="KLa-xg-fD4" secondAttribute="leading" id="qXd-lg-Vgi"/>
  58. <constraint firstAttribute="trailing" secondItem="Ite-eW-NJd" secondAttribute="trailing" id="wK3-PX-i9C"/>
  59. </constraints>
  60. </view>
  61. </subviews>
  62. </view>
  63. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  64. <constraints>
  65. <constraint firstItem="pBP-VP-g3b" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="3Mt-ty-RLD"/>
  66. <constraint firstItem="KLa-xg-fD4" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" constant="6" id="3Qx-kh-3bl"/>
  67. <constraint firstItem="pBP-VP-g3b" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="RQ7-SP-R68"/>
  68. <constraint firstItem="KLa-xg-fD4" firstAttribute="top" secondItem="pBP-VP-g3b" secondAttribute="bottom" constant="18" id="YXB-oR-F5x"/>
  69. <constraint firstAttribute="trailing" secondItem="pBP-VP-g3b" secondAttribute="trailing" id="c4o-44-fXh"/>
  70. <constraint firstAttribute="bottom" secondItem="KLa-xg-fD4" secondAttribute="bottom" constant="18" id="mnb-aQ-jfE"/>
  71. <constraint firstAttribute="trailing" secondItem="KLa-xg-fD4" secondAttribute="trailing" constant="6" id="sOd-NH-lXe"/>
  72. </constraints>
  73. <viewLayoutGuide key="safeArea" id="SEy-5g-ep8"/>
  74. <userDefinedRuntimeAttributes>
  75. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  76. <integer key="value" value="0"/>
  77. </userDefinedRuntimeAttribute>
  78. </userDefinedRuntimeAttributes>
  79. <connections>
  80. <outlet property="roomAddressLbl" destination="s7M-Pv-fpM" id="ooo-Re-YmF"/>
  81. <outlet property="roomImgView" destination="pBP-VP-g3b" id="cm0-9Y-A7M"/>
  82. <outlet property="roomMaxPeopleLbl" destination="8MU-4k-Dfv" id="zD9-EW-jRB"/>
  83. <outlet property="roomNameLbl" destination="cwf-FS-lZr" id="5bq-xO-Ijq"/>
  84. </connections>
  85. <point key="canvasLocation" x="-453" y="95"/>
  86. </collectionViewCell>
  87. </objects>
  88. <resources>
  89. <image name="zanweitu" width="165.5" height="120"/>
  90. </resources>
  91. </document>