STTableSearchCell.xib 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <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">
  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="11757"/>
  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" rowHeight="71" id="KGk-i7-Jjw" customClass="STTableSearchCell">
  15. <rect key="frame" x="0.0" y="0.0" width="353" height="71"/>
  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="353" height="71"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <searchBar contentMode="redraw" searchBarStyle="minimal" placeholder="搜索附近" showsCancelButton="YES" translatesAutoresizingMaskIntoConstraints="NO" id="t15-RO-sfx">
  22. <rect key="frame" x="8" y="8" width="337" height="44"/>
  23. <constraints>
  24. <constraint firstAttribute="height" constant="44" id="OAp-tG-LRM"/>
  25. </constraints>
  26. <textInputTraits key="textInputTraits"/>
  27. </searchBar>
  28. </subviews>
  29. <constraints>
  30. <constraint firstItem="t15-RO-sfx" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="DxM-HL-MgQ"/>
  31. <constraint firstItem="t15-RO-sfx" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="EBo-39-M83"/>
  32. <constraint firstAttribute="trailing" secondItem="t15-RO-sfx" secondAttribute="trailing" constant="8" id="Qzt-Fj-smO"/>
  33. </constraints>
  34. </tableViewCellContentView>
  35. <connections>
  36. <outlet property="secrchBar" destination="t15-RO-sfx" id="px9-7l-2Ml"/>
  37. </connections>
  38. <point key="canvasLocation" x="42.5" y="65.5"/>
  39. </tableViewCell>
  40. </objects>
  41. </document>