SaleDetailViewCellTableViewCell.xib 6.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22505" 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="22504"/>
  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. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" id="KGk-i7-Jjw" customClass="SaleDetailViewCellTableViewCell" customModule="ADHTuanCan" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="rJ1-Ei-sPv">
  21. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  22. <subviews>
  23. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HAE-0A-uUd">
  24. <rect key="frame" x="25" y="13.666666666666664" width="36" height="17"/>
  25. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
  26. <color key="textColor" red="0.10980392160000001" green="0.18823529410000001" blue="0.30980392159999998" alpha="1" colorSpace="calibratedRGB"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VZN-Jq-90g">
  30. <rect key="frame" x="259" y="13.666666666666664" width="36" height="17"/>
  31. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="14"/>
  32. <color key="textColor" red="0.77647058820000003" green="0.1333333333" blue="0.13725490200000001" alpha="1" colorSpace="calibratedRGB"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. </subviews>
  36. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  37. <constraints>
  38. <constraint firstItem="HAE-0A-uUd" firstAttribute="centerY" secondItem="rJ1-Ei-sPv" secondAttribute="centerY" id="T8a-oy-VIU"/>
  39. <constraint firstItem="HAE-0A-uUd" firstAttribute="leading" secondItem="rJ1-Ei-sPv" secondAttribute="leading" constant="25" id="lJF-x4-fL5"/>
  40. <constraint firstAttribute="height" constant="44" id="oHM-QN-cbN"/>
  41. <constraint firstItem="VZN-Jq-90g" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="HAE-0A-uUd" secondAttribute="trailing" constant="20" id="q7p-XS-tZv"/>
  42. <constraint firstItem="VZN-Jq-90g" firstAttribute="centerY" secondItem="HAE-0A-uUd" secondAttribute="centerY" id="vWg-OQ-rkC"/>
  43. <constraint firstAttribute="trailing" secondItem="VZN-Jq-90g" secondAttribute="trailing" constant="25" id="xp6-Rb-H6C"/>
  44. </constraints>
  45. </view>
  46. </subviews>
  47. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  48. <constraints>
  49. <constraint firstAttribute="trailing" secondItem="rJ1-Ei-sPv" secondAttribute="trailing" id="LWz-8y-Wde"/>
  50. <constraint firstItem="rJ1-Ei-sPv" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="kOR-ix-B9v"/>
  51. <constraint firstItem="rJ1-Ei-sPv" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="l0c-L2-uTI"/>
  52. <constraint firstAttribute="bottom" secondItem="rJ1-Ei-sPv" secondAttribute="bottom" id="nWD-rc-daZ"/>
  53. </constraints>
  54. </tableViewCellContentView>
  55. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  56. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  57. <connections>
  58. <outlet property="detailLab" destination="HAE-0A-uUd" id="Cgh-BB-CSD"/>
  59. <outlet property="secLab" destination="VZN-Jq-90g" id="mnw-Ak-5H4"/>
  60. </connections>
  61. <point key="canvasLocation" x="-31" y="0.0"/>
  62. </tableViewCell>
  63. </objects>
  64. </document>