RQExerciseOptionCell.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="21701" 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="21678"/>
  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">
  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="height" constant="30" id="2nc-rW-WCT"/>
  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. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  49. <color key="textColor" red="0.039215686274509803" green="0.10196078431372549" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  50. <nil key="highlightedColor"/>
  51. </label>
  52. </subviews>
  53. <constraints>
  54. <constraint firstItem="MUY-bf-LoU" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="V4W-no-Ljb"/>
  55. <constraint firstItem="MUY-bf-LoU" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="YDT-gc-OoB"/>
  56. <constraint firstItem="QUG-v1-ZrC" firstAttribute="leading" secondItem="MUY-bf-LoU" secondAttribute="trailing" constant="16" id="dzL-Jv-9Oq"/>
  57. <constraint firstAttribute="trailing" secondItem="QUG-v1-ZrC" secondAttribute="trailing" constant="16" id="nWH-mD-4H1"/>
  58. <constraint firstItem="QUG-v1-ZrC" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="tfz-hk-VHP"/>
  59. </constraints>
  60. </tableViewCellContentView>
  61. <connections>
  62. <outlet property="optionBtn" destination="MUY-bf-LoU" id="rso-YO-b61"/>
  63. <outlet property="optionLabel" destination="QUG-v1-ZrC" id="KC7-E1-QhR"/>
  64. </connections>
  65. <point key="canvasLocation" x="80" y="127"/>
  66. </tableViewCell>
  67. </objects>
  68. </document>