RQExerciseQuestionCell.xib 5.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19455" 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="19454"/>
  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" rowHeight="117" id="KGk-i7-Jjw" customClass="RQExerciseQuestionCell">
  13. <rect key="frame" x="0.0" y="0.0" width="329" height="117"/>
  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="329" height="117"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="判断题" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="i93-JZ-OMB">
  20. <rect key="frame" x="16" y="16" width="50" height="20"/>
  21. <constraints>
  22. <constraint firstAttribute="width" constant="50" id="U8T-zQ-Sul"/>
  23. <constraint firstAttribute="height" constant="20" id="huR-4i-xFc"/>
  24. </constraints>
  25. <fontDescription key="fontDescription" type="system" pointSize="11"/>
  26. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="6m1-SQ-Af9">
  30. <rect key="frame" x="16" y="16" width="297" height="20.5"/>
  31. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  32. <color key="textColor" red="0.039215686274509803" green="0.10196078431372549" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Vo7-jn-YKK">
  36. <rect key="frame" x="16" y="-18" width="297" height="119"/>
  37. <constraints>
  38. <constraint firstAttribute="width" secondItem="Vo7-jn-YKK" secondAttribute="height" multiplier="5:2" id="o0f-6I-0Ev"/>
  39. </constraints>
  40. </imageView>
  41. </subviews>
  42. <constraints>
  43. <constraint firstItem="6m1-SQ-Af9" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="16" id="0GL-Hv-2X5"/>
  44. <constraint firstItem="Vo7-jn-YKK" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="2rg-Zg-C8c"/>
  45. <constraint firstAttribute="trailing" secondItem="6m1-SQ-Af9" secondAttribute="trailing" constant="16" id="Clp-GB-2kM"/>
  46. <constraint firstItem="6m1-SQ-Af9" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="JdE-ec-fEf"/>
  47. <constraint firstAttribute="bottom" secondItem="Vo7-jn-YKK" secondAttribute="bottom" constant="16" id="L7G-iA-rAr"/>
  48. <constraint firstItem="i93-JZ-OMB" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="YWz-3M-qnv"/>
  49. <constraint firstItem="i93-JZ-OMB" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="16" id="gcP-qA-GD0"/>
  50. <constraint firstAttribute="trailing" secondItem="Vo7-jn-YKK" secondAttribute="trailing" constant="16" id="jxy-6B-qGn"/>
  51. </constraints>
  52. </tableViewCellContentView>
  53. <connections>
  54. <outlet property="questionImageView" destination="Vo7-jn-YKK" id="bnc-tB-MID"/>
  55. <outlet property="questionLabel" destination="6m1-SQ-Af9" id="Wmg-FN-DdZ"/>
  56. <outlet property="typeLabel" destination="i93-JZ-OMB" id="GFZ-Nb-clA"/>
  57. </connections>
  58. <point key="canvasLocation" x="138.40579710144928" y="103.45982142857143"/>
  59. </tableViewCell>
  60. </objects>
  61. </document>