DeliveryTimeItem.xib 5.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <collectionViewCell opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" id="gTV-IL-0wX" customClass="DeliveryTimeItem" customModule="ADHTuanCan" customModuleProvider="target">
  15. <rect key="frame" x="0.0" y="0.0" width="246" height="131"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center">
  18. <rect key="frame" x="0.0" y="0.0" width="246" height="131"/>
  19. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  20. <subviews>
  21. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bOI-kf-Z8K">
  22. <rect key="frame" x="0.0" y="0.0" width="246" height="131"/>
  23. <subviews>
  24. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="11:00~11:15" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="76y-do-mbo">
  25. <rect key="frame" x="81.666666666666671" y="57" width="83.000000000000014" height="17"/>
  26. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
  27. <color key="textColor" red="0.12941176469999999" green="0.12941176469999999" blue="0.1333333333" alpha="1" colorSpace="calibratedRGB"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. </subviews>
  31. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  32. <constraints>
  33. <constraint firstItem="76y-do-mbo" firstAttribute="centerX" secondItem="bOI-kf-Z8K" secondAttribute="centerX" id="CMl-2a-ZS0"/>
  34. <constraint firstItem="76y-do-mbo" firstAttribute="centerY" secondItem="bOI-kf-Z8K" secondAttribute="centerY" id="GAI-pC-Ncx"/>
  35. </constraints>
  36. <userDefinedRuntimeAttributes>
  37. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  38. <real key="value" value="6"/>
  39. </userDefinedRuntimeAttribute>
  40. <userDefinedRuntimeAttribute type="number" keyPath="borderWidth">
  41. <real key="value" value="0.5"/>
  42. </userDefinedRuntimeAttribute>
  43. <userDefinedRuntimeAttribute type="color" keyPath="borderColor">
  44. <color key="value" red="0.84705882349999995" green="0.84705882349999995" blue="0.84705882349999995" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  45. </userDefinedRuntimeAttribute>
  46. </userDefinedRuntimeAttributes>
  47. </view>
  48. </subviews>
  49. </view>
  50. <viewLayoutGuide key="safeArea" id="ZTg-uK-7eu"/>
  51. <constraints>
  52. <constraint firstItem="bOI-kf-Z8K" firstAttribute="leading" secondItem="gTV-IL-0wX" secondAttribute="leading" id="1nw-P7-Keb"/>
  53. <constraint firstAttribute="trailing" secondItem="bOI-kf-Z8K" secondAttribute="trailing" id="XX3-zG-R0w"/>
  54. <constraint firstAttribute="bottom" secondItem="bOI-kf-Z8K" secondAttribute="bottom" id="dYC-Ro-FRK"/>
  55. <constraint firstItem="bOI-kf-Z8K" firstAttribute="top" secondItem="gTV-IL-0wX" secondAttribute="top" id="hU0-XD-8Wd"/>
  56. </constraints>
  57. <size key="customSize" width="246" height="131"/>
  58. <connections>
  59. <outlet property="backView" destination="bOI-kf-Z8K" id="IdE-W8-pWH"/>
  60. <outlet property="titleLab" destination="76y-do-mbo" id="l9Q-d9-jhG"/>
  61. </connections>
  62. <point key="canvasLocation" x="-516.03053435114498" y="115.84507042253522"/>
  63. </collectionViewCell>
  64. </objects>
  65. <resources>
  66. <systemColor name="systemBackgroundColor">
  67. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  68. </systemColor>
  69. </resources>
  70. </document>