LogisticsCell.xib 5.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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="16086"/>
  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. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="LogisticsCell">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="60"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="o7L-fX-L04">
  20. <rect key="frame" x="16" y="10" width="40" height="40"/>
  21. <constraints>
  22. <constraint firstAttribute="width" constant="40" id="hZR-8T-KJ6"/>
  23. <constraint firstAttribute="height" constant="40" id="z0y-7b-ghJ"/>
  24. </constraints>
  25. <userDefinedRuntimeAttributes>
  26. <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
  27. <real key="value" value="5"/>
  28. </userDefinedRuntimeAttribute>
  29. </userDefinedRuntimeAttributes>
  30. </imageView>
  31. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="h0B-83-2bk">
  32. <rect key="frame" x="64" y="19.5" width="35.5" height="21"/>
  33. <constraints>
  34. <constraint firstAttribute="height" constant="21" id="hx7-Qq-8bP"/>
  35. </constraints>
  36. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  37. <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  38. <nil key="highlightedColor"/>
  39. </label>
  40. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="wrR-9s-f7Z">
  41. <rect key="frame" x="10" y="59" width="300" height="1"/>
  42. <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
  43. <constraints>
  44. <constraint firstAttribute="height" constant="1" id="SNJ-Qf-6mx"/>
  45. </constraints>
  46. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  47. <nil key="textColor"/>
  48. <nil key="highlightedColor"/>
  49. </label>
  50. </subviews>
  51. <constraints>
  52. <constraint firstAttribute="bottom" secondItem="wrR-9s-f7Z" secondAttribute="bottom" id="K1C-hk-gNK"/>
  53. <constraint firstItem="h0B-83-2bk" firstAttribute="leading" secondItem="o7L-fX-L04" secondAttribute="trailing" constant="8" id="QJp-o9-7ja"/>
  54. <constraint firstItem="h0B-83-2bk" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Xst-Ob-tbB"/>
  55. <constraint firstItem="o7L-fX-L04" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="YEL-Us-rEf"/>
  56. <constraint firstItem="wrR-9s-f7Z" firstAttribute="leading" secondItem="o7L-fX-L04" secondAttribute="trailing" constant="-46" id="oro-gh-bOJ"/>
  57. <constraint firstAttribute="trailing" secondItem="wrR-9s-f7Z" secondAttribute="trailing" constant="10" id="x67-aR-lOW"/>
  58. <constraint firstItem="o7L-fX-L04" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="xbF-bv-aNq"/>
  59. </constraints>
  60. </tableViewCellContentView>
  61. <connections>
  62. <outlet property="thumbImg" destination="o7L-fX-L04" id="J2u-yt-yKP"/>
  63. <outlet property="titleLb" destination="h0B-83-2bk" id="aO8-cx-uHf"/>
  64. </connections>
  65. <point key="canvasLocation" x="131.8840579710145" y="99.776785714285708"/>
  66. </tableViewCell>
  67. </objects>
  68. </document>