RQExerciseSettingHeaderView.xib 5.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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="RQExerciseSettingHeaderView">
  14. <rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
  15. <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
  16. <subviews>
  17. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="设置" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="DQi-gA-Zpy">
  18. <rect key="frame" x="169" y="11" width="37" height="22"/>
  19. <fontDescription key="fontDescription" type="system" pointSize="18"/>
  20. <color key="textColor" red="0.039215686274509803" green="0.10196078431372549" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  21. <nil key="highlightedColor"/>
  22. </label>
  23. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yz2-UB-Ooz">
  24. <rect key="frame" x="284" y="0.0" width="75" height="44"/>
  25. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  26. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  27. <state key="normal" title="完成">
  28. <color key="titleColor" red="0.28627450980000002" green="0.5568627451" blue="0.96078431369999995" alpha="1" colorSpace="deviceRGB"/>
  29. </state>
  30. </button>
  31. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="yO0-SA-d3G">
  32. <rect key="frame" x="16" y="0.0" width="75" height="44"/>
  33. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  34. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  35. <state key="normal" title="取消">
  36. <color key="titleColor" red="0.54117647058823526" green="0.56470588235294117" blue="0.59999999999999998" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  37. </state>
  38. </button>
  39. </subviews>
  40. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  41. <constraints>
  42. <constraint firstItem="yO0-SA-d3G" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="16" id="1If-Cl-H52"/>
  43. <constraint firstItem="yO0-SA-d3G" firstAttribute="height" secondItem="iN0-l3-epB" secondAttribute="height" id="DlB-BA-h4x"/>
  44. <constraint firstItem="yz2-UB-Ooz" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="bOL-hg-xT5"/>
  45. <constraint firstItem="DQi-gA-Zpy" firstAttribute="centerX" secondItem="iN0-l3-epB" secondAttribute="centerX" id="eor-or-NPr"/>
  46. <constraint firstItem="yO0-SA-d3G" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="width" multiplier="0.2" id="fFg-or-Q4o"/>
  47. <constraint firstItem="DQi-gA-Zpy" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="lAx-Jo-mD1"/>
  48. <constraint firstItem="yz2-UB-Ooz" firstAttribute="height" secondItem="iN0-l3-epB" secondAttribute="height" id="lU2-x8-i8F"/>
  49. <constraint firstAttribute="trailing" secondItem="yz2-UB-Ooz" secondAttribute="trailing" constant="16" id="rol-SN-gUW"/>
  50. <constraint firstItem="yz2-UB-Ooz" firstAttribute="width" secondItem="iN0-l3-epB" secondAttribute="width" multiplier="0.2" id="u91-7X-Jiq"/>
  51. <constraint firstItem="yO0-SA-d3G" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="centerY" id="vog-on-J7l"/>
  52. </constraints>
  53. <nil key="simulatedTopBarMetrics"/>
  54. <nil key="simulatedBottomBarMetrics"/>
  55. <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
  56. <connections>
  57. <outlet property="cancleBtn" destination="yO0-SA-d3G" id="eGs-At-5S0"/>
  58. <outlet property="completeBtn" destination="yz2-UB-Ooz" id="CYF-j7-pPA"/>
  59. </connections>
  60. <point key="canvasLocation" x="132" y="77"/>
  61. </view>
  62. </objects>
  63. <resources>
  64. <systemColor name="systemBackgroundColor">
  65. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  66. </systemColor>
  67. </resources>
  68. </document>