JXShareMVc.xib 5.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_1" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="JXShareMVc">
  11. <connections>
  12. <outlet property="inviteBtn" destination="y9o-cx-ILg" id="BvA-WK-NAC"/>
  13. <outlet property="shareIMG" destination="R6n-dJ-Owv" id="0Jw-eR-Sn3"/>
  14. <outlet property="topIMGView" destination="98Z-iR-1Wm" id="1EH-AP-jLy"/>
  15. <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
  16. </connections>
  17. </placeholder>
  18. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  19. <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
  20. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  21. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  22. <subviews>
  23. <imageView clipsSubviews="YES" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="BG" translatesAutoresizingMaskIntoConstraints="NO" id="R6n-dJ-Owv">
  24. <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
  25. </imageView>
  26. <imageView clipsSubviews="YES" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="分享赚钱title" translatesAutoresizingMaskIntoConstraints="NO" id="98Z-iR-1Wm">
  27. <rect key="frame" x="8" y="44" width="398" height="480"/>
  28. <constraints>
  29. <constraint firstAttribute="height" constant="480" id="jPs-kK-TuX"/>
  30. </constraints>
  31. </imageView>
  32. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="Kgw-DA-jo6">
  33. <rect key="frame" x="0.0" y="40" width="46" height="30"/>
  34. <constraints>
  35. <constraint firstAttribute="width" constant="46" id="JWq-ja-OJ2"/>
  36. <constraint firstAttribute="height" constant="30" id="sMX-Kt-8Gl"/>
  37. </constraints>
  38. <state key="normal" image="navigationButtonReturn"/>
  39. <connections>
  40. <action selector="backBtn:" destination="-1" eventType="touchUpInside" id="zQZ-5o-9sO"/>
  41. </connections>
  42. </button>
  43. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="y9o-cx-ILg">
  44. <rect key="frame" x="150.5" y="554" width="113" height="27"/>
  45. <state key="normal" title="邀请码" backgroundImage="anniu">
  46. <color key="titleColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  47. </state>
  48. </button>
  49. </subviews>
  50. <color key="backgroundColor" systemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  51. <constraints>
  52. <constraint firstItem="y9o-cx-ILg" firstAttribute="centerX" secondItem="98Z-iR-1Wm" secondAttribute="centerX" id="2so-J9-L5W"/>
  53. <constraint firstAttribute="trailing" secondItem="R6n-dJ-Owv" secondAttribute="trailing" id="9y8-We-VhC"/>
  54. <constraint firstItem="98Z-iR-1Wm" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="44" id="EcQ-Kh-pbI"/>
  55. <constraint firstItem="y9o-cx-ILg" firstAttribute="top" secondItem="98Z-iR-1Wm" secondAttribute="bottom" constant="30" id="ZLy-wB-W2n"/>
  56. <constraint firstItem="Kgw-DA-jo6" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="h9N-lH-GnQ"/>
  57. <constraint firstAttribute="trailing" secondItem="98Z-iR-1Wm" secondAttribute="trailing" constant="8" id="i7C-Do-yrh"/>
  58. <constraint firstAttribute="bottom" secondItem="R6n-dJ-Owv" secondAttribute="bottom" id="ibZ-vM-5Zp"/>
  59. <constraint firstItem="R6n-dJ-Owv" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" id="lbX-K2-VmF"/>
  60. <constraint firstItem="98Z-iR-1Wm" firstAttribute="leading" secondItem="i5M-Pr-FkT" secondAttribute="leading" constant="8" id="nfU-3w-Wyr"/>
  61. <constraint firstItem="Kgw-DA-jo6" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" constant="40" id="uV3-yh-oum"/>
  62. <constraint firstItem="R6n-dJ-Owv" firstAttribute="top" secondItem="i5M-Pr-FkT" secondAttribute="top" id="xjd-2y-3RJ"/>
  63. </constraints>
  64. <point key="canvasLocation" x="137.68115942028987" y="102.45535714285714"/>
  65. </view>
  66. </objects>
  67. <resources>
  68. <image name="BG" width="360" height="640"/>
  69. <image name="anniu" width="113" height="27"/>
  70. <image name="navigationButtonReturn" width="15" height="21"/>
  71. <image name="分享赚钱title" width="325.5" height="375.5"/>
  72. </resources>
  73. </document>