RQLearningMaterialsDetailFooterView.xib 7.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" 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="20020"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.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"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <view contentMode="scaleToFill" id="iN0-l3-epB" customClass="RQLearningMaterialsDetailFooterView">
  14. <rect key="frame" x="0.0" y="0.0" width="375" height="54"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DHs-qo-5wh" customClass="QMUIButton">
  18. <rect key="frame" x="0.0" y="0.0" width="107" height="54"/>
  19. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  20. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  21. <state key="normal" title="上一节" image="上一节">
  22. <color key="titleColor" red="0.28627450980000002" green="0.5568627451" blue="0.96078431369999995" alpha="1" colorSpace="deviceRGB"/>
  23. </state>
  24. <userDefinedRuntimeAttributes>
  25. <userDefinedRuntimeAttribute type="number" keyPath="spacingBetweenImageAndTitle">
  26. <real key="value" value="8"/>
  27. </userDefinedRuntimeAttribute>
  28. </userDefinedRuntimeAttributes>
  29. </button>
  30. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="nv8-LV-Hr8" customClass="QMUIButton">
  31. <rect key="frame" x="268" y="0.0" width="107" height="54"/>
  32. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  33. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  34. <state key="normal" title="下一节" image="下一节">
  35. <color key="titleColor" red="0.28627450980000002" green="0.5568627451" blue="0.96078431369999995" alpha="1" colorSpace="deviceRGB"/>
  36. </state>
  37. <userDefinedRuntimeAttributes>
  38. <userDefinedRuntimeAttribute type="number" keyPath="spacingBetweenImageAndTitle">
  39. <real key="value" value="8"/>
  40. </userDefinedRuntimeAttribute>
  41. </userDefinedRuntimeAttributes>
  42. </button>
  43. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Weq-Af-vfj">
  44. <rect key="frame" x="169" y="18" width="37.5" height="18"/>
  45. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  46. <color key="textColor" red="0.36078431370000003" green="0.37647058820000001" blue="0.40000000000000002" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  47. <nil key="highlightedColor"/>
  48. </label>
  49. </subviews>
  50. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  51. <constraints>
  52. <constraint firstItem="DHs-qo-5wh" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="width" multiplier="1/3.5" id="64Y-st-0An"/>
  53. <constraint firstItem="DHs-qo-5wh" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="Igh-Dy-HTp"/>
  54. <constraint firstItem="DHs-qo-5wh" firstAttribute="height" secondItem="iN0-l3-epB" secondAttribute="height" id="QOu-1L-DG8"/>
  55. <constraint firstItem="nv8-LV-Hr8" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="aDP-Pv-VZ4"/>
  56. <constraint firstItem="nv8-LV-Hr8" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="width" multiplier="1/3.5" id="bfD-qM-Es4"/>
  57. <constraint firstItem="DHs-qo-5wh" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="isS-5G-SJP"/>
  58. <constraint firstAttribute="trailing" secondItem="nv8-LV-Hr8" secondAttribute="trailing" id="nZO-cf-x80"/>
  59. <constraint firstItem="Weq-Af-vfj" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="oAs-3M-Qew"/>
  60. <constraint firstItem="Weq-Af-vfj" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="oue-w6-Rtz"/>
  61. <constraint firstItem="nv8-LV-Hr8" firstAttribute="height" secondItem="iN0-l3-epB" secondAttribute="height" id="zOH-7j-1bG"/>
  62. </constraints>
  63. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  64. <userDefinedRuntimeAttributes>
  65. <userDefinedRuntimeAttribute type="number" keyPath="layer.shadowRadius">
  66. <integer key="value" value="20"/>
  67. </userDefinedRuntimeAttribute>
  68. <userDefinedRuntimeAttribute type="number" keyPath="layer.shadowOpacity">
  69. <integer key="value" value="1"/>
  70. </userDefinedRuntimeAttribute>
  71. <userDefinedRuntimeAttribute type="size" keyPath="layer.shadowOffset">
  72. <size key="value" width="3" height="3"/>
  73. </userDefinedRuntimeAttribute>
  74. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="NO"/>
  75. </userDefinedRuntimeAttributes>
  76. <connections>
  77. <outlet property="lastBtn" destination="DHs-qo-5wh" id="FcS-8B-Xvq"/>
  78. <outlet property="myTitleLabel" destination="Weq-Af-vfj" id="IAO-5r-MjF"/>
  79. <outlet property="nextBtn" destination="nv8-LV-Hr8" id="RMe-BJ-PuW"/>
  80. </connections>
  81. <point key="canvasLocation" x="139" y="95"/>
  82. </view>
  83. </objects>
  84. <resources>
  85. <image name="上一节" width="16.5" height="16.5"/>
  86. <image name="下一节" width="16.5" height="16.5"/>
  87. <systemColor name="systemBackgroundColor">
  88. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  89. </systemColor>
  90. </resources>
  91. </document>