PosListViewController.xib 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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="PosListViewController" customModule="xingchuangke" customModuleProvider="target">
  14. <connections>
  15. <outlet property="imgBackgroud" destination="jsk-mF-VpW" id="pZB-aB-yKc"/>
  16. <outlet property="lblTitle" destination="QVJ-9E-mRH" id="q8j-k1-ejM"/>
  17. <outlet property="tableView" destination="mdz-Tq-Buw" id="WWD-dV-de7"/>
  18. <outlet property="txtCode" destination="elg-u2-4eq" id="aBM-L8-Pb7"/>
  19. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  20. <outlet property="viewMenu" destination="cCg-RK-TZj" id="J7X-Hc-xhh"/>
  21. <outlet property="viewRemark" destination="Agq-cR-pxe" id="0wJ-BF-wwa"/>
  22. </connections>
  23. </placeholder>
  24. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  25. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  26. <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
  27. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  28. <subviews>
  29. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="img_card_banner_07" translatesAutoresizingMaskIntoConstraints="NO" id="jsk-mF-VpW">
  30. <rect key="frame" x="0.0" y="0.0" width="375" height="153"/>
  31. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  32. </imageView>
  33. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cCg-RK-TZj">
  34. <rect key="frame" x="0.0" y="0.0" width="375" height="54"/>
  35. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  36. <subviews>
  37. <textField opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="请输入SN码" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="elg-u2-4eq">
  38. <rect key="frame" x="16" y="10" width="342" height="34"/>
  39. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  40. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  41. <color key="textColor" red="0.59999999999999998" green="0.59999999999999998" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  42. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  43. <textInputTraits key="textInputTraits" returnKeyType="search"/>
  44. </textField>
  45. <button opaque="NO" tag="1001" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Yev-qf-Iy0">
  46. <rect key="frame" x="323" y="10" width="34" height="34"/>
  47. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  48. <state key="normal" image="ion_search">
  49. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  50. </state>
  51. <connections>
  52. <action selector="btnMenuClick:" destination="-1" eventType="touchUpInside" id="yKD-vo-IB9"/>
  53. </connections>
  54. </button>
  55. </subviews>
  56. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  57. </view>
  58. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Agq-cR-pxe">
  59. <rect key="frame" x="0.0" y="0.0" width="375" height="43"/>
  60. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  61. <subviews>
  62. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QVJ-9E-mRH">
  63. <rect key="frame" x="15" y="13" width="347" height="28"/>
  64. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  65. <fontDescription key="fontDescription" type="system" pointSize="13"/>
  66. <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  67. <nil key="highlightedColor"/>
  68. </label>
  69. </subviews>
  70. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  71. </view>
  72. <tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="mdz-Tq-Buw">
  73. <rect key="frame" x="0.0" y="43" width="375" height="624"/>
  74. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  75. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  76. </tableView>
  77. </subviews>
  78. <color key="backgroundColor" red="0.96862745098039216" green="0.96862745098039216" blue="0.97647058823529409" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  79. <viewLayoutGuide key="safeArea" id="fnl-2z-Ty3"/>
  80. <point key="canvasLocation" x="-220" y="88"/>
  81. </view>
  82. </objects>
  83. <resources>
  84. <image name="img_card_banner_07" width="431" height="175"/>
  85. <image name="ion_search" width="17.5" height="17"/>
  86. </resources>
  87. </document>