| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13529" 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="13527"/>
- <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="CommonEditorAutoCompleteView">
- <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
- <subviews>
- <toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gPu-U2-Ob1">
- <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
- <items>
- <barButtonItem style="plain" systemItem="flexibleSpace" id="Akz-J7-8Vx"/>
- <barButtonItem style="plain" id="5fn-gW-pw6">
- <textField key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" id="h2N-Y1-mnQ">
- <rect key="frame" x="87" y="7" width="225" height="30"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <nil key="textColor"/>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <textInputTraits key="textInputTraits"/>
- <connections>
- <outlet property="delegate" destination="iN0-l3-epB" id="nA1-xT-hp9"/>
- </connections>
- </textField>
- </barButtonItem>
- <barButtonItem width="15" style="plain" systemItem="fixedSpace" id="qhe-Oj-gEi"/>
- <barButtonItem title="OK" id="mqZ-WV-nJ5">
- <connections>
- <action selector="onCancelClick:" destination="iN0-l3-epB" id="1d9-Xw-nNX"/>
- </connections>
- </barButtonItem>
- </items>
- </toolbar>
- <tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="z0F-88-nmc">
- <rect key="frame" x="0.0" y="44" width="375" height="623"/>
- <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <connections>
- <outlet property="dataSource" destination="iN0-l3-epB" id="XKK-5p-2we"/>
- <outlet property="delegate" destination="iN0-l3-epB" id="YmH-De-OCl"/>
- </connections>
- </tableView>
- </subviews>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstItem="gPu-U2-Ob1" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="width" id="B1l-PN-MiB"/>
- <constraint firstItem="z0F-88-nmc" firstAttribute="width" secondItem="gPu-U2-Ob1" secondAttribute="width" id="E6u-nm-wlS"/>
- <constraint firstItem="z0F-88-nmc" firstAttribute="top" secondItem="gPu-U2-Ob1" secondAttribute="bottom" id="ago-Mp-q7y"/>
- <constraint firstItem="z0F-88-nmc" firstAttribute="centerX" secondItem="gPu-U2-Ob1" secondAttribute="centerX" id="l4D-Tt-srx"/>
- <constraint firstItem="gPu-U2-Ob1" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="rkt-8D-rQZ"/>
- <constraint firstItem="gPu-U2-Ob1" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="sdE-t2-I5l"/>
- <constraint firstAttribute="bottom" secondItem="z0F-88-nmc" secondAttribute="bottom" id="xsh-HQ-xfQ"/>
- </constraints>
- <connections>
- <outlet property="ResultTableView" destination="z0F-88-nmc" id="bho-eb-FvI"/>
- <outlet property="searchInput" destination="h2N-Y1-mnQ" id="Vvu-mS-mwQ"/>
- </connections>
- </view>
- </objects>
- </document>
|