123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21225" 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="21207"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <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="217" id="KGk-i7-Jjw" customClass="RQExerciseQuestionCell">
- <rect key="frame" x="0.0" y="0.0" width="327" height="217"/>
- <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="327" height="217"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <view userInteractionEnabled="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="WlT-sW-SQu" customClass="YYLabel">
- <rect key="frame" x="16" y="16" width="295" height="86"/>
- <color key="backgroundColor" systemColor="systemBackgroundColor"/>
- <constraints>
- <constraint firstAttribute="height" constant="86" id="bDI-jx-anz"/>
- </constraints>
- <userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="number" keyPath="numberOfLines">
- <integer key="value" value="0"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="color" keyPath="textColor">
- <color key="value" red="0.039215686270000001" green="0.1019607843" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="number" keyPath="fontSize_">
- <real key="value" value="17"/>
- </userDefinedRuntimeAttribute>
- <userDefinedRuntimeAttribute type="string" keyPath="fontName_" value="PingFang SC"/>
- </userDefinedRuntimeAttributes>
- </view>
- <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="118" width="295" height="100"/>
- <constraints>
- <constraint firstAttribute="height" constant="100" id="ugy-bb-NGK"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="Vo7-jn-YKK" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="2rg-Zg-C8c"/>
- <constraint firstAttribute="trailing" secondItem="WlT-sW-SQu" secondAttribute="trailing" constant="16" id="BkP-sD-B6D"/>
- <constraint firstAttribute="trailing" secondItem="Vo7-jn-YKK" secondAttribute="trailing" constant="16" id="jxy-6B-qGn"/>
- <constraint firstItem="Vo7-jn-YKK" firstAttribute="top" secondItem="WlT-sW-SQu" secondAttribute="bottom" constant="16" id="nBg-7P-cHf"/>
- <constraint firstItem="WlT-sW-SQu" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="uTp-y1-3hq"/>
- <constraint firstItem="WlT-sW-SQu" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="16" id="vTX-GP-yKB"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="imageViewHeight" destination="ugy-bb-NGK" id="Y1L-wo-Udc"/>
- <outlet property="labelHeight" destination="bDI-jx-anz" id="W6K-vM-CdC"/>
- <outlet property="questionImageView" destination="Vo7-jn-YKK" id="vfL-hD-AJB"/>
- <outlet property="questionLabel" destination="WlT-sW-SQu" id="4xG-Km-GJn"/>
- </connections>
- <point key="canvasLocation" x="136.95652173913044" y="136.94196428571428"/>
- </tableViewCell>
- </objects>
- <resources>
- <systemColor name="systemBackgroundColor">
- <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- </systemColor>
- </resources>
- </document>
|