1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" 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="19519"/>
- <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="RQExerciseAnswerCell">
- <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>
- <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4du-vB-hk1">
- <rect key="frame" x="16" y="8" width="288" height="28"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ABC" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="5yE-jH-I16">
- <rect key="frame" x="8" y="4" width="272" 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>
- </subviews>
- <color key="backgroundColor" red="0.94901960784313721" green="0.95294117647058818" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="trailing" secondItem="5yE-jH-I16" secondAttribute="trailing" constant="8" id="B3E-s0-Xry"/>
- <constraint firstItem="5yE-jH-I16" firstAttribute="leading" secondItem="4du-vB-hk1" secondAttribute="leading" constant="8" id="GRS-22-BZp"/>
- <constraint firstItem="5yE-jH-I16" firstAttribute="centerY" secondItem="4du-vB-hk1" secondAttribute="centerY" id="ru9-s8-pZt"/>
- </constraints>
- </view>
- </subviews>
- <constraints>
- <constraint firstItem="4du-vB-hk1" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="GYe-HS-BA2"/>
- <constraint firstAttribute="bottom" secondItem="4du-vB-hk1" secondAttribute="bottom" constant="8" id="YoJ-0n-Ov0"/>
- <constraint firstAttribute="trailing" secondItem="4du-vB-hk1" secondAttribute="trailing" constant="16" id="eC3-M3-ivg"/>
- <constraint firstItem="4du-vB-hk1" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="tt0-Es-b2J"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="answerLabel" destination="5yE-jH-I16" id="pR6-Vv-oI6"/>
- </connections>
- <point key="canvasLocation" x="123" y="88"/>
- </tableViewCell>
- </objects>
- </document>
|