RQVipPlaceHolderView.xib 5.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" 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="19519"/>
  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"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="RQVipPlaceHolderView">
  13. <rect key="frame" x="0.0" y="0.0" width="375" height="210"/>
  14. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  15. <subviews>
  16. <stackView opaque="NO" contentMode="scaleToFill" axis="vertical" distribution="fillProportionally" alignment="center" spacing="18" translatesAutoresizingMaskIntoConstraints="NO" id="qxe-A9-vLn">
  17. <rect key="frame" x="31.5" y="70.5" width="312" height="69.5"/>
  18. <subviews>
  19. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="试看结束,开通科二会员观看完整视频" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="qDq-Ky-0bl">
  20. <rect key="frame" x="0.0" y="0.0" width="312" height="21.5"/>
  21. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  22. <color key="textColor" red="0.85882352941176465" green="0.62745098039215685" blue="0.36078431372549019" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  23. <nil key="highlightedColor"/>
  24. </label>
  25. <button opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="mzh-7K-n2Z">
  26. <rect key="frame" x="111" y="39.5" width="90" height="30"/>
  27. <color key="backgroundColor" red="0.87843137250000003" green="0.69803921570000005" blue="0.47450980390000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  28. <constraints>
  29. <constraint firstAttribute="width" secondItem="mzh-7K-n2Z" secondAttribute="height" multiplier="90:30" id="vaD-iH-8LE"/>
  30. </constraints>
  31. <fontDescription key="fontDescription" type="boldSystem" pointSize="15"/>
  32. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  33. <state key="normal" title="立即开通">
  34. <color key="titleColor" red="0.56862745100000001" green="0.3294117647" blue="0.058823529409999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  35. </state>
  36. </button>
  37. </subviews>
  38. </stackView>
  39. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="3gJ-pd-Bc1" customClass="QMUIButton">
  40. <rect key="frame" x="20" y="172" width="77" height="18"/>
  41. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  42. <state key="normal" title="重新试看" image="重新试看">
  43. <color key="titleColor" red="0.63137254901960782" green="0.6588235294117647" blue="0.70196078431372544" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  44. </state>
  45. </button>
  46. </subviews>
  47. <color key="backgroundColor" red="0.039215686270000001" green="0.1019607843" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  48. <constraints>
  49. <constraint firstItem="qxe-A9-vLn" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="FDp-WX-yVQ"/>
  50. <constraint firstItem="3gJ-pd-Bc1" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" id="OD2-4e-OlF"/>
  51. <constraint firstAttribute="bottom" secondItem="3gJ-pd-Bc1" secondAttribute="bottom" constant="20" id="PgF-e0-HD6"/>
  52. <constraint firstItem="qxe-A9-vLn" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="Wii-mb-rH4"/>
  53. </constraints>
  54. <nil key="simulatedTopBarMetrics"/>
  55. <nil key="simulatedBottomBarMetrics"/>
  56. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  57. <connections>
  58. <outlet property="myTitleLabel" destination="qDq-Ky-0bl" id="WI3-Av-qGY"/>
  59. <outlet property="openBtn" destination="mzh-7K-n2Z" id="IvM-s5-srs"/>
  60. <outlet property="reLookBtn" destination="3gJ-pd-Bc1" id="K5h-KP-llO"/>
  61. </connections>
  62. <point key="canvasLocation" x="138.40579710144928" y="117.85714285714285"/>
  63. </view>
  64. </objects>
  65. <resources>
  66. <image name="重新试看" width="15" height="14"/>
  67. </resources>
  68. </document>