| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina5_9" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22684"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="BGRoomManagerSearchViewController">
- <connections>
- <outlet property="textField" destination="uI6-dg-BmH" id="Tx0-ZI-8Tg"/>
- <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
- </connections>
- </placeholder>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
- <rect key="frame" x="0.0" y="0.0" width="375" height="812"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="sxj-8X-bJE">
- <rect key="frame" x="0.0" y="50" width="375" height="64"/>
- <subviews>
- <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="搜索用户ID/昵称" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="uI6-dg-BmH" customClass="QMUITextField">
- <rect key="frame" x="44" y="13" width="241" height="38"/>
- <color key="backgroundColor" red="0.92941176469999998" green="0.92941176469999998" blue="0.92941176469999998" alpha="1" colorSpace="calibratedRGB"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits" returnKeyType="search"/>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="color" keyPath="placeholderColor">
- <color key="value" red="0.56470588239999997" green="0.56470588239999997" blue="0.56470588239999997" alpha="1" colorSpace="calibratedRGB"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
- <integer key="value" value="17"/>
- </userDefinedRuntimeAttribute>
- </userDefinedRuntimeAttributes>
- </textField>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Fo8-5t-Cci">
- <rect key="frame" x="305" y="0.0" width="60" height="64"/>
- <constraints>
- <constraint firstAttribute="width" constant="60" id="iWg-GT-epC"/>
- </constraints>
- <state key="normal" title="取消">
- <color key="titleColor" red="0.1960784314" green="0.1960784314" blue="0.1960784314" alpha="1" colorSpace="calibratedRGB"/>
- </state>
- <connections>
- <action selector="cancelBtnAction:" destination="-1" eventType="touchUpInside" id="Yz9-n2-DeU"/>
- </connections>
- </button>
- <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="2Gu-xt-3bN">
- <rect key="frame" x="241" y="10" width="44" height="44"/>
- <constraints>
- <constraint firstAttribute="width" constant="44" id="luN-IP-bCe"/>
- <constraint firstAttribute="height" constant="44" id="vfV-E1-hvX"/>
- </constraints>
- <state key="normal" image="close2"/>
- <connections>
- <action selector="clearTextFieldBtnAction:" destination="-1" eventType="touchUpInside" id="h5r-Y8-5zY"/>
- </connections>
- </button>
- </subviews>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="uI6-dg-BmH" firstAttribute="top" secondItem="sxj-8X-bJE" secondAttribute="top" constant="13" id="2xi-YB-Yqo"/>
- <constraint firstItem="Fo8-5t-Cci" firstAttribute="top" secondItem="sxj-8X-bJE" secondAttribute="top" id="E4F-bl-6wU"/>
- <constraint firstAttribute="trailing" secondItem="Fo8-5t-Cci" secondAttribute="trailing" constant="10" id="Ewl-Vw-MbY"/>
- <constraint firstAttribute="height" constant="64" id="P5D-YQ-0SE"/>
- <constraint firstItem="Fo8-5t-Cci" firstAttribute="leading" secondItem="2Gu-xt-3bN" secondAttribute="trailing" constant="20" id="UIm-vn-vxb"/>
- <constraint firstItem="uI6-dg-BmH" firstAttribute="leading" secondItem="sxj-8X-bJE" secondAttribute="leading" constant="44" id="ZF9-cz-pyG"/>
- <constraint firstAttribute="bottom" secondItem="uI6-dg-BmH" secondAttribute="bottom" constant="13" id="aDD-aA-Y6b"/>
- <constraint firstAttribute="bottom" secondItem="Fo8-5t-Cci" secondAttribute="bottom" id="q6P-Zz-Pg1"/>
- <constraint firstItem="Fo8-5t-Cci" firstAttribute="centerY" secondItem="sxj-8X-bJE" secondAttribute="centerY" id="udK-9D-JUp"/>
- <constraint firstItem="2Gu-xt-3bN" firstAttribute="centerY" secondItem="sxj-8X-bJE" secondAttribute="centerY" id="vtO-Qv-6pM"/>
- <constraint firstItem="Fo8-5t-Cci" firstAttribute="leading" secondItem="uI6-dg-BmH" secondAttribute="trailing" constant="20" id="xLV-Jl-idI"/>
- </constraints>
- </view>
- </subviews>
- <viewLayoutGuide key="safeArea" id="Q5M-cg-NOt"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="sxj-8X-bJE" firstAttribute="leading" secondItem="Q5M-cg-NOt" secondAttribute="leading" id="Acb-bk-gGg"/>
- <constraint firstItem="sxj-8X-bJE" firstAttribute="trailing" secondItem="Q5M-cg-NOt" secondAttribute="trailing" id="AxC-rX-Bqo"/>
- <constraint firstItem="sxj-8X-bJE" firstAttribute="top" secondItem="Q5M-cg-NOt" secondAttribute="top" id="ElT-4X-vJ9"/>
- </constraints>
- <point key="canvasLocation" x="135" y="92"/>
- </view>
- </objects>
- <resources>
- <image name="close2" width="11" height="11"/>
- </resources>
- </document>
|