MerchantsStateDetailVC.xib 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14868" 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="14824"/>
  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="MerchantsStateDetailVC" customModule="xingchuangke" customModuleProvider="target">
  12. <connections>
  13. <outlet property="imgBackgroud" destination="3Vu-cA-7pN" id="0kr-wP-kLB"/>
  14. <outlet property="tableView" destination="mnW-Qi-Cpu" id="wVj-Fn-0JX"/>
  15. <outlet property="txtCode" destination="wss-GN-vex" id="jgv-nk-u4d"/>
  16. <outlet property="view" destination="mBC-ql-lc6" id="M8q-2j-oNr"/>
  17. <outlet property="viewMenu" destination="gwx-Qb-6Ub" id="wAf-fw-8uU"/>
  18. </connections>
  19. </placeholder>
  20. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  21. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="mBC-ql-lc6">
  22. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  23. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  24. <subviews>
  25. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="img_card_banner_07" translatesAutoresizingMaskIntoConstraints="NO" id="3Vu-cA-7pN">
  26. <rect key="frame" x="0.0" y="0.0" width="375" height="153"/>
  27. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  28. </imageView>
  29. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gwx-Qb-6Ub">
  30. <rect key="frame" x="0.0" y="10" 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="请输入SN码/商编/商户名" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="wss-GN-vex">
  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="8BZ-U1-uXn">
  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. </button>
  48. </subviews>
  49. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  50. </view>
  51. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="mnW-Qi-Cpu">
  52. <rect key="frame" x="0.0" y="153" width="375" height="128"/>
  53. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  54. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  55. </tableView>
  56. </subviews>
  57. <color key="backgroundColor" red="0.96862745100000003" green="0.96862745100000003" blue="0.97647058819999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  58. <viewLayoutGuide key="safeArea" id="Trx-GJ-zfl"/>
  59. <point key="canvasLocation" x="111.2" y="53.523238380809602"/>
  60. </view>
  61. </objects>
  62. <resources>
  63. <image name="img_card_banner_07" width="431" height="175"/>
  64. <image name="ion_search" width="17.5" height="17"/>
  65. </resources>
  66. </document>