CommonEditorAutoCompleteView.xib 5.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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" useSafeAreas="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="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="CommonEditorAutoCompleteView">
  16. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  18. <subviews>
  19. <toolbar opaque="NO" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="gPu-U2-Ob1">
  20. <rect key="frame" x="0.0" y="20" width="375" height="44"/>
  21. <items>
  22. <barButtonItem style="plain" systemItem="flexibleSpace" id="Akz-J7-8Vx"/>
  23. <barButtonItem style="plain" id="5fn-gW-pw6">
  24. <textField key="customView" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" textAlignment="natural" minimumFontSize="17" id="h2N-Y1-mnQ">
  25. <rect key="frame" x="73" y="7" width="225" height="30"/>
  26. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  27. <nil key="textColor"/>
  28. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  29. <textInputTraits key="textInputTraits"/>
  30. <connections>
  31. <outlet property="delegate" destination="iN0-l3-epB" id="nA1-xT-hp9"/>
  32. </connections>
  33. </textField>
  34. </barButtonItem>
  35. <barButtonItem title="Cancel" 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="vUN-kp-3ea" secondAttribute="top" id="rkt-8D-rQZ"/>
  58. <constraint firstItem="gPu-U2-Ob1" firstAttribute="centerX" secondItem="vUN-kp-3ea" secondAttribute="centerX" id="sdE-t2-I5l"/>
  59. <constraint firstItem="vUN-kp-3ea" firstAttribute="bottom" secondItem="z0F-88-nmc" secondAttribute="bottom" id="xsh-HQ-xfQ"/>
  60. </constraints>
  61. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  62. <connections>
  63. <outlet property="ResultTableView" destination="z0F-88-nmc" id="bho-eb-FvI"/>
  64. <outlet property="searchInput" destination="h2N-Y1-mnQ" id="Vvu-mS-mwQ"/>
  65. </connections>
  66. </view>
  67. </objects>
  68. </document>