| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="SSelectAreaCell">
- <rect key="frame" x="0.0" y="0.0" width="321" height="44"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="321" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="Nq1-6f-w5d">
- <rect key="frame" x="27" y="7" width="267" height="30"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="BSS-Kk-hm3"/>
- </constraints>
- </view>
- <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">
- <rect key="frame" x="47" y="0.0" width="97" height="43.5"/>
- <constraints>
- <constraint firstAttribute="width" constant="97" id="S0D-6T-el3"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <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">
- <rect key="frame" x="144" y="0.0" width="130" height="43.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="12"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="aqf-RD-n3Z" firstAttribute="leading" secondItem="Avr-aD-5r6" secondAttribute="trailing" id="D3l-xE-3RY"/>
- <constraint firstAttribute="bottom" secondItem="aqf-RD-n3Z" secondAttribute="bottom" id="DPu-9e-KLR"/>
- <constraint firstAttribute="trailing" secondItem="aqf-RD-n3Z" secondAttribute="trailing" constant="47" id="Hvl-SZ-jIz"/>
- <constraint firstItem="Avr-aD-5r6" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="QvT-Pj-k7X"/>
- <constraint firstItem="Nq1-6f-w5d" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="27" id="T7d-cV-b4P"/>
- <constraint firstItem="Avr-aD-5r6" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="47" id="TBA-i7-UJC"/>
- <constraint firstAttribute="trailing" secondItem="Nq1-6f-w5d" secondAttribute="trailing" constant="27" id="aib-bs-vz6"/>
- <constraint firstItem="aqf-RD-n3Z" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="eI1-ci-M0k"/>
- <constraint firstAttribute="bottom" secondItem="Avr-aD-5r6" secondAttribute="bottom" id="hfX-zm-Ef9"/>
- </constraints>
- </tableViewCellContentView>
- <constraints>
- <constraint firstItem="Nq1-6f-w5d" firstAttribute="centerY" secondItem="KGk-i7-Jjw" secondAttribute="centerY" id="Z4o-8e-EGO"/>
- </constraints>
- <connections>
- <outlet property="bottomView" destination="Nq1-6f-w5d" id="jkz-JE-nzc"/>
- <outlet property="cityLabel" destination="Avr-aD-5r6" id="pQO-C5-Hhy"/>
- <outlet property="numLabel" destination="aqf-RD-n3Z" id="OQL-cv-eIv"/>
- </connections>
- <point key="canvasLocation" x="25.5" y="52"/>
- </tableViewCell>
- </objects>
- </document>
|