NavView.xib 5.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" 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="14460.20"/>
  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="NavView" customModule="xingchuangke" customModuleProvider="target">
  16. <rect key="frame" x="0.0" y="0.0" width="375" height="144"/>
  17. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  18. <subviews>
  19. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="img_card_banner_07" translatesAutoresizingMaskIntoConstraints="NO" id="zgU-x2-SAu">
  20. <rect key="frame" x="0.0" y="0.0" width="375" height="145"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. </imageView>
  23. <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="KyE-Zn-Y7p">
  24. <rect key="frame" x="0.0" y="100" width="375" height="44"/>
  25. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
  26. <subviews>
  27. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="SN码" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AuC-0x-abt">
  28. <rect key="frame" x="80" y="0.0" width="215" height="44"/>
  29. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  30. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="17"/>
  31. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. <button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="left" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Kqh-bK-cNR">
  35. <rect key="frame" x="20" y="0.0" width="80" height="44"/>
  36. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  37. <state key="normal" image="ion_return-arrow"/>
  38. <connections>
  39. <action selector="btnLeftClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="tvV-oF-DgH"/>
  40. </connections>
  41. </button>
  42. <button hidden="YES" opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="right" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="l7H-Eg-DmI">
  43. <rect key="frame" x="275" y="0.0" width="80" height="44"/>
  44. <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
  45. <fontDescription key="fontDescription" type="system" weight="medium" pointSize="16"/>
  46. <state key="normal" title="点击">
  47. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  48. </state>
  49. <connections>
  50. <action selector="btnRightClick:" destination="iN0-l3-epB" eventType="touchUpInside" id="ldP-hs-YQv"/>
  51. </connections>
  52. </button>
  53. </subviews>
  54. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  55. </view>
  56. </subviews>
  57. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  58. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  59. <viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
  60. <connections>
  61. <outlet property="btnLeft" destination="Kqh-bK-cNR" id="txd-Dz-oRS"/>
  62. <outlet property="btnRight" destination="l7H-Eg-DmI" id="CVW-qr-qQb"/>
  63. <outlet property="imgBackgroud" destination="zgU-x2-SAu" id="Lhy-FA-nDJ"/>
  64. <outlet property="lblTitle" destination="AuC-0x-abt" id="vlh-CB-FsS"/>
  65. <outlet property="viewTop" destination="KyE-Zn-Y7p" id="lAX-Jo-k5m"/>
  66. </connections>
  67. <point key="canvasLocation" x="-593" y="-360"/>
  68. </view>
  69. </objects>
  70. <resources>
  71. <image name="img_card_banner_07" width="431" height="175"/>
  72. <image name="ion_return-arrow" width="13" height="22"/>
  73. </resources>
  74. </document>