ShopListTableViewCell.xib 6.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" rowHeight="55" id="KGk-i7-Jjw" customClass="ShopListTableViewCell" customModule="xingchuangke" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="75"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  19. <rect key="frame" x="0.0" y="0.0" width="320" height="74.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="oGo-uR-tJ6">
  23. <rect key="frame" x="18" y="17" width="248" height="21"/>
  24. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  25. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
  26. <color key="textColor" red="0.19607843137254902" green="0.19607843137254902" blue="0.19607843137254902" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="FFj-Nd-IGZ">
  30. <rect key="frame" x="18" y="46" width="213" height="11"/>
  31. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  32. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  33. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  34. <nil key="highlightedColor"/>
  35. </label>
  36. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="ion_arrow_right_gray" translatesAutoresizingMaskIntoConstraints="NO" id="Rg7-Gs-QWZ">
  37. <rect key="frame" x="288" y="31" width="8" height="13"/>
  38. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  39. </imageView>
  40. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7xe-Bc-zdD">
  41. <rect key="frame" x="0.0" y="74" width="320" height="1"/>
  42. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  43. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  44. </view>
  45. <button hidden="YES" opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kPv-hU-qYO">
  46. <rect key="frame" x="209" y="23" width="67" height="28"/>
  47. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
  48. <color key="backgroundColor" red="0.2156862745" green="0.65098039220000004" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  49. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  50. <state key="normal" title="绑定设备">
  51. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  52. </state>
  53. </button>
  54. </subviews>
  55. </tableViewCellContentView>
  56. <viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
  57. <connections>
  58. <outlet property="btnBind" destination="kPv-hU-qYO" id="Oo9-X0-QCO"/>
  59. <outlet property="lblDate" destination="FFj-Nd-IGZ" id="Lxp-vn-gGJ"/>
  60. <outlet property="lblName" destination="oGo-uR-tJ6" id="nc8-ky-YN4"/>
  61. </connections>
  62. <point key="canvasLocation" x="-966.39999999999998" y="-304.4977511244378"/>
  63. </tableViewCell>
  64. </objects>
  65. <resources>
  66. <image name="ion_arrow_right_gray" width="7.5" height="13"/>
  67. </resources>
  68. </document>