CommonEditorAutoCompleteView.xib 5.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
  6. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  10. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  11. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="CommonEditorAutoCompleteView">
  12. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  13. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  14. <subviews>
  15. <toolbar hidden="YES" opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gPu-U2-Ob1">
  16. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  17. <items>
  18. <barButtonItem style="plain" systemItem="flexibleSpace" id="Akz-J7-8Vx"/>
  19. <barButtonItem style="plain" id="5fn-gW-pw6">
  20. <textField key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" id="h2N-Y1-mnQ">
  21. <rect key="frame" x="93" y="5" width="220" height="34"/>
  22. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxY="YES"/>
  23. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  24. <textInputTraits key="textInputTraits"/>
  25. <connections>
  26. <outlet property="delegate" destination="iN0-l3-epB" id="nA1-xT-hp9"/>
  27. </connections>
  28. </textField>
  29. </barButtonItem>
  30. <barButtonItem width="15" style="plain" systemItem="fixedSpace" id="qhe-Oj-gEi"/>
  31. <barButtonItem title="OK" id="mqZ-WV-nJ5">
  32. <connections>
  33. <action selector="onCancelClick:" destination="iN0-l3-epB" id="1d9-Xw-nNX"/>
  34. </connections>
  35. </barButtonItem>
  36. </items>
  37. </toolbar>
  38. <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">
  39. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  40. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  41. <connections>
  42. <outlet property="dataSource" destination="iN0-l3-epB" id="XKK-5p-2we"/>
  43. <outlet property="delegate" destination="iN0-l3-epB" id="YmH-De-OCl"/>
  44. </connections>
  45. </tableView>
  46. </subviews>
  47. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  48. <constraints>
  49. <constraint firstItem="gPu-U2-Ob1" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="width" id="B1l-PN-MiB"/>
  50. <constraint firstItem="z0F-88-nmc" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="BQa-co-H1R"/>
  51. <constraint firstItem="z0F-88-nmc" firstAttribute="width" secondItem="gPu-U2-Ob1" secondAttribute="width" id="E6u-nm-wlS"/>
  52. <constraint firstItem="z0F-88-nmc" firstAttribute="centerX" secondItem="gPu-U2-Ob1" secondAttribute="centerX" id="l4D-Tt-srx"/>
  53. <constraint firstItem="gPu-U2-Ob1" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="20" id="rkt-8D-rQZ"/>
  54. <constraint firstItem="gPu-U2-Ob1" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="sdE-t2-I5l"/>
  55. <constraint firstAttribute="bottom" secondItem="z0F-88-nmc" secondAttribute="bottom" id="xsh-HQ-xfQ"/>
  56. </constraints>
  57. <connections>
  58. <outlet property="ResultTableView" destination="z0F-88-nmc" id="bho-eb-FvI"/>
  59. <outlet property="searchInput" destination="h2N-Y1-mnQ" id="Vvu-mS-mwQ"/>
  60. </connections>
  61. <point key="canvasLocation" x="134" y="133"/>
  62. </view>
  63. </objects>
  64. </document>