12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19455" 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="19454"/>
- <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" rowHeight="117" id="KGk-i7-Jjw" customClass="RQExerciseQuestionCell">
- <rect key="frame" x="0.0" y="0.0" width="329" height="117"/>
- <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="329" height="117"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <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">
- <rect key="frame" x="16" y="16" width="50" height="20"/>
- <constraints>
- <constraint firstAttribute="width" constant="50" id="U8T-zQ-Sul"/>
- <constraint firstAttribute="height" constant="20" id="huR-4i-xFc"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="11"/>
- <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <nil key="highlightedColor"/>
- </label>
- <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">
- <rect key="frame" x="16" y="16" width="297" height="20.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" red="0.039215686274509803" green="0.10196078431372549" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView hidden="YES" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="Vo7-jn-YKK">
- <rect key="frame" x="16" y="-18" width="297" height="119"/>
- <constraints>
- <constraint firstAttribute="width" secondItem="Vo7-jn-YKK" secondAttribute="height" multiplier="5:2" id="o0f-6I-0Ev"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="6m1-SQ-Af9" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="16" id="0GL-Hv-2X5"/>
- <constraint firstItem="Vo7-jn-YKK" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="2rg-Zg-C8c"/>
- <constraint firstAttribute="trailing" secondItem="6m1-SQ-Af9" secondAttribute="trailing" constant="16" id="Clp-GB-2kM"/>
- <constraint firstItem="6m1-SQ-Af9" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="JdE-ec-fEf"/>
- <constraint firstAttribute="bottom" secondItem="Vo7-jn-YKK" secondAttribute="bottom" constant="16" id="L7G-iA-rAr"/>
- <constraint firstItem="i93-JZ-OMB" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="YWz-3M-qnv"/>
- <constraint firstItem="i93-JZ-OMB" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="16" id="gcP-qA-GD0"/>
- <constraint firstAttribute="trailing" secondItem="Vo7-jn-YKK" secondAttribute="trailing" constant="16" id="jxy-6B-qGn"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="questionImageView" destination="Vo7-jn-YKK" id="bnc-tB-MID"/>
- <outlet property="questionLabel" destination="6m1-SQ-Af9" id="Wmg-FN-DdZ"/>
- <outlet property="typeLabel" destination="i93-JZ-OMB" id="GFZ-Nb-clA"/>
- </connections>
- <point key="canvasLocation" x="138.40579710144928" y="103.45982142857143"/>
- </tableViewCell>
- </objects>
- </document>
|