SSelectAreaCell.xib 5.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="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="12089"/>
  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. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="SSelectAreaCell">
  15. <rect key="frame" x="0.0" y="0.0" width="321" height="44"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  18. <rect key="frame" x="0.0" y="0.0" width="321" height="44"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Nq1-6f-w5d">
  22. <rect key="frame" x="27" y="7" width="267" height="30"/>
  23. <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
  24. <constraints>
  25. <constraint firstAttribute="height" constant="30" id="BSS-Kk-hm3"/>
  26. </constraints>
  27. </view>
  28. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="呼和浩特市" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Avr-aD-5r6">
  29. <rect key="frame" x="47" y="0.0" width="97" height="43.5"/>
  30. <constraints>
  31. <constraint firstAttribute="width" constant="97" id="S0D-6T-el3"/>
  32. </constraints>
  33. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  34. <nil key="textColor"/>
  35. <nil key="highlightedColor"/>
  36. </label>
  37. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1246655354" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="aqf-RD-n3Z">
  38. <rect key="frame" x="144" y="0.0" width="130" height="43.5"/>
  39. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  40. <nil key="textColor"/>
  41. <nil key="highlightedColor"/>
  42. </label>
  43. </subviews>
  44. <constraints>
  45. <constraint firstItem="aqf-RD-n3Z" firstAttribute="leading" secondItem="Avr-aD-5r6" secondAttribute="trailing" id="D3l-xE-3RY"/>
  46. <constraint firstAttribute="bottom" secondItem="aqf-RD-n3Z" secondAttribute="bottom" id="DPu-9e-KLR"/>
  47. <constraint firstAttribute="trailing" secondItem="aqf-RD-n3Z" secondAttribute="trailing" constant="47" id="Hvl-SZ-jIz"/>
  48. <constraint firstItem="Avr-aD-5r6" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="QvT-Pj-k7X"/>
  49. <constraint firstItem="Nq1-6f-w5d" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="27" id="T7d-cV-b4P"/>
  50. <constraint firstItem="Avr-aD-5r6" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="47" id="TBA-i7-UJC"/>
  51. <constraint firstAttribute="trailing" secondItem="Nq1-6f-w5d" secondAttribute="trailing" constant="27" id="aib-bs-vz6"/>
  52. <constraint firstItem="aqf-RD-n3Z" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="eI1-ci-M0k"/>
  53. <constraint firstAttribute="bottom" secondItem="Avr-aD-5r6" secondAttribute="bottom" id="hfX-zm-Ef9"/>
  54. </constraints>
  55. </tableViewCellContentView>
  56. <constraints>
  57. <constraint firstItem="Nq1-6f-w5d" firstAttribute="centerY" secondItem="KGk-i7-Jjw" secondAttribute="centerY" id="Z4o-8e-EGO"/>
  58. </constraints>
  59. <connections>
  60. <outlet property="bottomView" destination="Nq1-6f-w5d" id="jkz-JE-nzc"/>
  61. <outlet property="cityLabel" destination="Avr-aD-5r6" id="pQO-C5-Hhy"/>
  62. <outlet property="numLabel" destination="aqf-RD-n3Z" id="OQL-cv-eIv"/>
  63. </connections>
  64. <point key="canvasLocation" x="25.5" y="52"/>
  65. </tableViewCell>
  66. </objects>
  67. </document>