CommonEditorAutoCompleteView.xib 5.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13529" 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="13527"/>
  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. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="CommonEditorAutoCompleteView">
  15. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  16. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  17. <subviews>
  18. <toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gPu-U2-Ob1">
  19. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  20. <items>
  21. <barButtonItem style="plain" systemItem="flexibleSpace" id="Akz-J7-8Vx"/>
  22. <barButtonItem style="plain" id="5fn-gW-pw6">
  23. <textField key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" id="h2N-Y1-mnQ">
  24. <rect key="frame" x="92" y="7" width="220" height="30"/>
  25. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxY="YES"/>
  26. <nil key="textColor"/>
  27. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  28. <textInputTraits key="textInputTraits"/>
  29. <connections>
  30. <outlet property="delegate" destination="iN0-l3-epB" id="nA1-xT-hp9"/>
  31. </connections>
  32. </textField>
  33. </barButtonItem>
  34. <barButtonItem width="15" style="plain" systemItem="fixedSpace" id="qhe-Oj-gEi"/>
  35. <barButtonItem title="OK" id="mqZ-WV-nJ5">
  36. <connections>
  37. <action selector="onCancelClick:" destination="iN0-l3-epB" id="1d9-Xw-nNX"/>
  38. </connections>
  39. </barButtonItem>
  40. </items>
  41. </toolbar>
  42. <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">
  43. <rect key="frame" x="0.0" y="64" width="375" height="603"/>
  44. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  45. <connections>
  46. <outlet property="dataSource" destination="iN0-l3-epB" id="XKK-5p-2we"/>
  47. <outlet property="delegate" destination="iN0-l3-epB" id="YmH-De-OCl"/>
  48. </connections>
  49. </tableView>
  50. </subviews>
  51. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  52. <constraints>
  53. <constraint firstItem="gPu-U2-Ob1" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="width" id="B1l-PN-MiB"/>
  54. <constraint firstItem="z0F-88-nmc" firstAttribute="width" secondItem="gPu-U2-Ob1" secondAttribute="width" id="E6u-nm-wlS"/>
  55. <constraint firstItem="z0F-88-nmc" firstAttribute="top" secondItem="gPu-U2-Ob1" secondAttribute="bottom" id="ago-Mp-q7y"/>
  56. <constraint firstItem="z0F-88-nmc" firstAttribute="centerX" secondItem="gPu-U2-Ob1" secondAttribute="centerX" id="l4D-Tt-srx"/>
  57. <constraint firstItem="gPu-U2-Ob1" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" constant="20" id="rkt-8D-rQZ"/>
  58. <constraint firstItem="gPu-U2-Ob1" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="sdE-t2-I5l"/>
  59. <constraint firstAttribute="bottom" secondItem="z0F-88-nmc" secondAttribute="bottom" id="xsh-HQ-xfQ"/>
  60. </constraints>
  61. <connections>
  62. <outlet property="ResultTableView" destination="z0F-88-nmc" id="bho-eb-FvI"/>
  63. <outlet property="searchInput" destination="h2N-Y1-mnQ" id="Vvu-mS-mwQ"/>
  64. </connections>
  65. </view>
  66. </objects>
  67. </document>