12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="16097" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="JXQuestionCell">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="question_null" translatesAutoresizingMaskIntoConstraints="NO" id="atf-Ff-0d2">
- <rect key="frame" x="15" y="13" width="18" height="18"/>
- </imageView>
- <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">
- <rect key="frame" x="47" y="13" width="35" height="18"/>
- <fontDescription key="fontDescription" type="system" pointSize="15"/>
- <nil key="textColor"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="矩形18拷贝2" translatesAutoresizingMaskIntoConstraints="NO" id="F6t-fh-87t">
- <rect key="frame" x="96.5" y="13.5" width="17" height="17"/>
- </imageView>
- <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="矩形18拷贝" translatesAutoresizingMaskIntoConstraints="NO" id="Qsa-8q-pck">
- <rect key="frame" x="15" y="13.5" width="20" height="17"/>
- </imageView>
- <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="对的选项" translatesAutoresizingMaskIntoConstraints="NO" id="kTr-ha-iDT">
- <rect key="frame" x="97" y="13.5" width="20" height="17"/>
- </imageView>
- </subviews>
- <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstItem="Qsa-8q-pck" firstAttribute="leading" secondItem="atf-Ff-0d2" secondAttribute="leading" id="7w4-GV-L3b"/>
- <constraint firstItem="F6t-fh-87t" firstAttribute="leading" secondItem="CQd-Cw-xF6" secondAttribute="trailing" constant="14.5" id="L0T-ab-Krz"/>
- <constraint firstItem="kTr-ha-iDT" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="QUL-jT-5gi"/>
- <constraint firstItem="atf-Ff-0d2" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="acf-ic-atN"/>
- <constraint firstItem="CQd-Cw-xF6" firstAttribute="leading" secondItem="atf-Ff-0d2" secondAttribute="trailing" constant="14" id="c9r-ov-ahp"/>
- <constraint firstItem="CQd-Cw-xF6" firstAttribute="centerY" secondItem="atf-Ff-0d2" secondAttribute="centerY" id="cQV-zs-AT9"/>
- <constraint firstItem="Qsa-8q-pck" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="gHZ-oC-ujk"/>
- <constraint firstItem="F6t-fh-87t" firstAttribute="centerY" secondItem="atf-Ff-0d2" secondAttribute="centerY" id="hu2-vu-h0p"/>
- <constraint firstItem="atf-Ff-0d2" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="ij6-Tq-By4"/>
- <constraint firstItem="kTr-ha-iDT" firstAttribute="leading" secondItem="CQd-Cw-xF6" secondAttribute="trailing" constant="15" id="rvP-e4-488"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="duiIMG" destination="F6t-fh-87t" id="9OP-hE-cCD"/>
- <outlet property="duiXIMG" destination="Qsa-8q-pck" id="ig8-8X-dWv"/>
- <outlet property="duiduiIMG2" destination="kTr-ha-iDT" id="zUe-tJ-Ijo"/>
- <outlet property="titleL" destination="CQd-Cw-xF6" id="bX8-qW-cXw"/>
- </connections>
- <point key="canvasLocation" x="137.68115942028987" y="134.59821428571428"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="question_null" width="18" height="18"/>
- <image name="对的选项" width="20" height="17"/>
- <image name="矩形18拷贝" width="20" height="17"/>
- <image name="矩形18拷贝2" width="17" height="17"/>
- </resources>
- </document>
|