| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1217" 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="11757"/>
- <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" rowHeight="71" id="KGk-i7-Jjw" customClass="STTableSearchCell">
- <rect key="frame" x="0.0" y="0.0" width="353" height="71"/>
- <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="353" height="71"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <searchBar contentMode="redraw" searchBarStyle="minimal" placeholder="搜索附近" showsCancelButton="YES" translatesAutoresizingMaskIntoConstraints="NO" id="t15-RO-sfx">
- <rect key="frame" x="8" y="8" width="337" height="44"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="OAp-tG-LRM"/>
- </constraints>
- <textInputTraits key="textInputTraits"/>
- </searchBar>
- </subviews>
- <constraints>
- <constraint firstItem="t15-RO-sfx" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="DxM-HL-MgQ"/>
- <constraint firstItem="t15-RO-sfx" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="EBo-39-M83"/>
- <constraint firstAttribute="trailing" secondItem="t15-RO-sfx" secondAttribute="trailing" constant="8" id="Qzt-Fj-smO"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="secrchBar" destination="t15-RO-sfx" id="px9-7l-2Ml"/>
- </connections>
- <point key="canvasLocation" x="42.5" y="65.5"/>
- </tableViewCell>
- </objects>
- </document>
|