BJSelectBankViewController.xib 5.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" 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="14490.49"/>
  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" customClass="BJSelectBankViewController" customModule="xingchuangke" customModuleProvider="target">
  14. <connections>
  15. <outlet property="imgBackgroud" destination="Gu8-Xf-tRy" id="nGG-sa-y66"/>
  16. <outlet property="tableView" destination="urg-i7-HX9" id="LL8-CI-zzo"/>
  17. <outlet property="txtCode" destination="003-hr-eRH" id="kwA-ht-0hY"/>
  18. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  19. <outlet property="viewMenu" destination="7PV-GG-arn" id="7Oa-1Y-Jou"/>
  20. </connections>
  21. </placeholder>
  22. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  23. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  24. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  26. <subviews>
  27. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="img_card_banner_07" translatesAutoresizingMaskIntoConstraints="NO" id="Gu8-Xf-tRy">
  28. <rect key="frame" x="0.0" y="0.0" width="375" height="153"/>
  29. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  30. </imageView>
  31. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="7PV-GG-arn">
  32. <rect key="frame" x="0.0" y="10" width="375" height="54"/>
  33. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  34. <subviews>
  35. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入结算银行的关键字" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="003-hr-eRH">
  36. <rect key="frame" x="16" y="10" width="342" height="34"/>
  37. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  38. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  39. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  40. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  41. <textInputTraits key="textInputTraits" returnKeyType="search"/>
  42. </textField>
  43. <button opaque="NO" tag="1001" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="KBO-YT-FeD">
  44. <rect key="frame" x="323" y="10" width="34" height="34"/>
  45. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  46. <state key="normal" image="ion_search">
  47. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  48. </state>
  49. <connections>
  50. <action selector="btnQuery:" destination="-1" eventType="touchUpInside" id="55z-Zi-Smb"/>
  51. </connections>
  52. </button>
  53. </subviews>
  54. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  55. </view>
  56. <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">
  57. <rect key="frame" x="0.0" y="161" width="375" height="128"/>
  58. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  59. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  60. </tableView>
  61. </subviews>
  62. <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  63. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  64. <point key="canvasLocation" x="111.2" y="53.523238380809602"/>
  65. </view>
  66. </objects>
  67. <resources>
  68. <image name="img_card_banner_07" width="431" height="175"/>
  69. <image name="ion_search" width="17.5" height="17"/>
  70. </resources>
  71. </document>