STTableLeftRightLabCell.xib 5.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
  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" rowHeight="45" id="KGk-i7-Jjw" customClass="STTableLeftRightLabCell">
  13. <rect key="frame" x="0.0" y="0.0" width="298" height="45"/>
  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="298" height="45"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="所在位置" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fwO-Fh-jZv">
  20. <rect key="frame" x="8" y="12" width="61.5" height="21"/>
  21. <constraints>
  22. <constraint firstAttribute="height" constant="21" id="l5F-cH-AU8"/>
  23. </constraints>
  24. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  25. <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="不显示" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zZQ-Ux-rii">
  29. <rect key="frame" x="237" y="12" width="43" height="21"/>
  30. <constraints>
  31. <constraint firstAttribute="height" constant="21" id="7Ut-D3-VoF"/>
  32. </constraints>
  33. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  34. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  35. <nil key="highlightedColor"/>
  36. </label>
  37. <view hidden="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qaO-27-ZEO">
  38. <rect key="frame" x="0.0" y="44" width="298" height="1"/>
  39. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  40. <constraints>
  41. <constraint firstAttribute="height" constant="1" id="C3v-vf-AaC"/>
  42. </constraints>
  43. </view>
  44. </subviews>
  45. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  46. <constraints>
  47. <constraint firstAttribute="trailing" secondItem="zZQ-Ux-rii" secondAttribute="trailing" constant="18" id="OmW-1z-cR3"/>
  48. <constraint firstAttribute="trailing" secondItem="qaO-27-ZEO" secondAttribute="trailing" id="XhN-s5-bCB"/>
  49. <constraint firstItem="qaO-27-ZEO" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" id="YCE-03-dwR"/>
  50. <constraint firstItem="fwO-Fh-jZv" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="dxO-Zq-X2e"/>
  51. <constraint firstItem="zZQ-Ux-rii" firstAttribute="centerY" secondItem="fwO-Fh-jZv" secondAttribute="centerY" id="f4d-Id-wXN"/>
  52. <constraint firstAttribute="bottom" secondItem="qaO-27-ZEO" secondAttribute="bottom" id="jSI-ZH-8dV"/>
  53. <constraint firstItem="fwO-Fh-jZv" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="pcG-ZQ-oMc"/>
  54. </constraints>
  55. </tableViewCellContentView>
  56. <connections>
  57. <outlet property="leftLab" destination="fwO-Fh-jZv" id="dMH-dc-6co"/>
  58. <outlet property="rightLab" destination="zZQ-Ux-rii" id="UGL-ay-ske"/>
  59. <outlet property="separatorView" destination="qaO-27-ZEO" id="k69-np-mIC"/>
  60. </connections>
  61. <point key="canvasLocation" x="14" y="52.5"/>
  62. </tableViewCell>
  63. </objects>
  64. </document>