RQExerciseOptionCell.xib 6.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21225" 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="21207"/>
  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. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="RQExerciseOptionCell">
  13. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  14. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  16. <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <button opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="MUY-bf-LoU" customClass="QMUIButton">
  20. <rect key="frame" x="16" y="7" width="30" height="30"/>
  21. <color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  22. <constraints>
  23. <constraint firstAttribute="width" constant="30" id="chT-sD-j7s"/>
  24. <constraint firstAttribute="width" secondItem="MUY-bf-LoU" secondAttribute="height" id="tNm-wX-K5X"/>
  25. </constraints>
  26. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  27. <state key="normal" title="A">
  28. <color key="titleColor" red="0.039215686274509803" green="0.10196078431372549" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  29. </state>
  30. <userDefinedRuntimeAttributes>
  31. <userDefinedRuntimeAttribute type="number" keyPath="layer.shadowRadius">
  32. <integer key="value" value="6"/>
  33. </userDefinedRuntimeAttribute>
  34. <userDefinedRuntimeAttribute type="number" keyPath="layer.shadowOpacity">
  35. <integer key="value" value="1"/>
  36. </userDefinedRuntimeAttribute>
  37. <userDefinedRuntimeAttribute type="size" keyPath="layer.shadowOffset">
  38. <size key="value" width="0.0" height="2"/>
  39. </userDefinedRuntimeAttribute>
  40. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.masksToBounds" value="NO"/>
  41. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  42. <integer key="value" value="15"/>
  43. </userDefinedRuntimeAttribute>
  44. </userDefinedRuntimeAttributes>
  45. </button>
  46. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="机动车占对向道行驶" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QUG-v1-ZrC">
  47. <rect key="frame" x="62" y="12" width="242" height="20.5"/>
  48. <constraints>
  49. <constraint firstAttribute="height" constant="20.5" id="gKc-D7-RV6"/>
  50. </constraints>
  51. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  52. <color key="textColor" red="0.039215686274509803" green="0.10196078431372549" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  53. <nil key="highlightedColor"/>
  54. </label>
  55. </subviews>
  56. <constraints>
  57. <constraint firstItem="MUY-bf-LoU" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="V4W-no-Ljb"/>
  58. <constraint firstItem="MUY-bf-LoU" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="YDT-gc-OoB"/>
  59. <constraint firstItem="QUG-v1-ZrC" firstAttribute="leading" secondItem="MUY-bf-LoU" secondAttribute="trailing" constant="16" id="dzL-Jv-9Oq"/>
  60. <constraint firstAttribute="trailing" secondItem="QUG-v1-ZrC" secondAttribute="trailing" constant="16" id="nWH-mD-4H1"/>
  61. <constraint firstItem="QUG-v1-ZrC" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="tfz-hk-VHP"/>
  62. </constraints>
  63. </tableViewCellContentView>
  64. <connections>
  65. <outlet property="labelHeight" destination="gKc-D7-RV6" id="3Ok-Wy-bPM"/>
  66. <outlet property="optionBtn" destination="MUY-bf-LoU" id="psZ-Cr-xnI"/>
  67. <outlet property="optionBtnWidth" destination="chT-sD-j7s" id="uJl-hq-1lV"/>
  68. <outlet property="optionLabel" destination="QUG-v1-ZrC" id="t6e-MZ-FqU"/>
  69. </connections>
  70. <point key="canvasLocation" x="80" y="127"/>
  71. </tableViewCell>
  72. </objects>
  73. </document>