| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?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"/>
- <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="STSeachView">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xEE-v9-UHc">
- <rect key="frame" x="0.0" y="0.0" width="375" height="64"/>
- <subviews>
- <searchBar contentMode="redraw" searchBarStyle="minimal" placeholder="搜索附近位置" showsCancelButton="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wG6-nP-2DH">
- <rect key="frame" x="0.0" y="20" width="375" height="44"/>
- <color key="backgroundColor" red="1" green="0.1243344664" blue="0.62349702159999998" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="44" id="mYc-gP-IgQ"/>
- </constraints>
- <textInputTraits key="textInputTraits"/>
- </searchBar>
- </subviews>
- <color key="backgroundColor" red="0.38045533339999998" green="1" blue="0.31447858379999999" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="bottom" secondItem="wG6-nP-2DH" secondAttribute="bottom" id="5G7-aA-4zY"/>
- <constraint firstItem="wG6-nP-2DH" firstAttribute="leading" secondItem="xEE-v9-UHc" secondAttribute="leading" id="OdM-Dy-1Kr"/>
- <constraint firstAttribute="height" constant="64" id="pDq-Z7-AZ5"/>
- <constraint firstAttribute="trailing" secondItem="wG6-nP-2DH" secondAttribute="trailing" id="wuj-BZ-nlh"/>
- </constraints>
- </view>
- </subviews>
- <color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
- <constraints>
- <constraint firstItem="xEE-v9-UHc" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="ELI-Yk-Gj2"/>
- <constraint firstAttribute="trailing" secondItem="xEE-v9-UHc" secondAttribute="trailing" id="MMO-Qz-zjR"/>
- <constraint firstItem="xEE-v9-UHc" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="oco-sO-7N1"/>
- </constraints>
- <point key="canvasLocation" x="-36.5" y="41.5"/>
- </view>
- </objects>
- </document>
|