CommonSelectViewController.xib 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="17701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="CommonSelectViewController" customModule="xingchuangke" customModuleProvider="target">
  12. <connections>
  13. <outlet property="tableView" destination="urg-i7-HX9" id="LL8-CI-zzo"/>
  14. <outlet property="textF" destination="uXx-l2-43c" id="ubg-YZ-VO3"/>
  15. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  16. <outlet property="viewMenu" destination="4wC-4V-7d0" id="x4z-Uk-Q3u"/>
  17. </connections>
  18. </placeholder>
  19. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  20. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  21. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  22. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  23. <subviews>
  24. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="urg-i7-HX9">
  25. <rect key="frame" x="0.0" y="54" width="375" height="613"/>
  26. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  27. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  28. </tableView>
  29. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4wC-4V-7d0">
  30. <rect key="frame" x="0.0" y="0.0" width="375" height="54"/>
  31. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  32. <subviews>
  33. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入手机号/姓名/商户名称" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="uXx-l2-43c">
  34. <rect key="frame" x="16" y="10" width="342" height="34"/>
  35. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  36. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  37. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  38. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  39. <textInputTraits key="textInputTraits" returnKeyType="search"/>
  40. </textField>
  41. <button opaque="NO" tag="1001" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3Ui-v4-2w4">
  42. <rect key="frame" x="323" y="10" width="34" height="34"/>
  43. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  44. <state key="normal" image="ion_search">
  45. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  46. </state>
  47. <connections>
  48. <action selector="btnQuery:" destination="-1" eventType="touchUpInside" id="xqN-lh-ka6"/>
  49. </connections>
  50. </button>
  51. </subviews>
  52. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  53. </view>
  54. </subviews>
  55. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  56. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  57. <point key="canvasLocation" x="111.2" y="53.523238380809602"/>
  58. </view>
  59. </objects>
  60. <resources>
  61. <image name="ion_search" width="17.5" height="17"/>
  62. </resources>
  63. </document>