JXQuestionCell.xib 6.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" 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="16087"/>
  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="JXQuestionCell">
  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. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="question_null" translatesAutoresizingMaskIntoConstraints="NO" id="atf-Ff-0d2">
  20. <rect key="frame" x="15" y="13" width="18" height="18"/>
  21. </imageView>
  22. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="1999" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CQd-Cw-xF6">
  23. <rect key="frame" x="47" y="13" width="35" height="18"/>
  24. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  25. <nil key="textColor"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="矩形18拷贝2" translatesAutoresizingMaskIntoConstraints="NO" id="F6t-fh-87t">
  29. <rect key="frame" x="96.5" y="13.5" width="17" height="17"/>
  30. </imageView>
  31. <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="矩形18拷贝" translatesAutoresizingMaskIntoConstraints="NO" id="Qsa-8q-pck">
  32. <rect key="frame" x="15" y="13.5" width="20" height="17"/>
  33. </imageView>
  34. <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="对的选项" translatesAutoresizingMaskIntoConstraints="NO" id="kTr-ha-iDT">
  35. <rect key="frame" x="97" y="13.5" width="20" height="17"/>
  36. </imageView>
  37. </subviews>
  38. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  39. <constraints>
  40. <constraint firstItem="Qsa-8q-pck" firstAttribute="leading" secondItem="atf-Ff-0d2" secondAttribute="leading" id="7w4-GV-L3b"/>
  41. <constraint firstItem="F6t-fh-87t" firstAttribute="leading" secondItem="CQd-Cw-xF6" secondAttribute="trailing" constant="14.5" id="L0T-ab-Krz"/>
  42. <constraint firstItem="kTr-ha-iDT" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="QUL-jT-5gi"/>
  43. <constraint firstItem="atf-Ff-0d2" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="acf-ic-atN"/>
  44. <constraint firstItem="CQd-Cw-xF6" firstAttribute="leading" secondItem="atf-Ff-0d2" secondAttribute="trailing" constant="14" id="c9r-ov-ahp"/>
  45. <constraint firstItem="CQd-Cw-xF6" firstAttribute="centerY" secondItem="atf-Ff-0d2" secondAttribute="centerY" id="cQV-zs-AT9"/>
  46. <constraint firstItem="Qsa-8q-pck" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="gHZ-oC-ujk"/>
  47. <constraint firstItem="F6t-fh-87t" firstAttribute="centerY" secondItem="atf-Ff-0d2" secondAttribute="centerY" id="hu2-vu-h0p"/>
  48. <constraint firstItem="atf-Ff-0d2" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="ij6-Tq-By4"/>
  49. <constraint firstItem="kTr-ha-iDT" firstAttribute="leading" secondItem="CQd-Cw-xF6" secondAttribute="trailing" constant="15" id="rvP-e4-488"/>
  50. </constraints>
  51. </tableViewCellContentView>
  52. <connections>
  53. <outlet property="duiIMG" destination="F6t-fh-87t" id="9OP-hE-cCD"/>
  54. <outlet property="duiXIMG" destination="Qsa-8q-pck" id="ig8-8X-dWv"/>
  55. <outlet property="duiduiIMG2" destination="kTr-ha-iDT" id="zUe-tJ-Ijo"/>
  56. <outlet property="titleL" destination="CQd-Cw-xF6" id="bX8-qW-cXw"/>
  57. </connections>
  58. <point key="canvasLocation" x="137.68115942028987" y="134.59821428571428"/>
  59. </tableViewCell>
  60. </objects>
  61. <resources>
  62. <image name="question_null" width="18" height="18"/>
  63. <image name="对的选项" width="20" height="17"/>
  64. <image name="矩形18拷贝" width="20" height="17"/>
  65. <image name="矩形18拷贝2" width="17" height="17"/>
  66. </resources>
  67. </document>