RQExerciseAnswerCell.xib 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" 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="19519"/>
  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="RQExerciseAnswerCell">
  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. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4du-vB-hk1">
  20. <rect key="frame" x="16" y="8" width="288" height="28"/>
  21. <subviews>
  22. <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">
  23. <rect key="frame" x="8" y="4" width="272" height="20.5"/>
  24. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  25. <color key="textColor" red="0.039215686274509803" green="0.10196078431372549" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. </subviews>
  29. <color key="backgroundColor" red="0.94901960784313721" green="0.95294117647058818" blue="0.96078431372549022" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  30. <constraints>
  31. <constraint firstAttribute="trailing" secondItem="5yE-jH-I16" secondAttribute="trailing" constant="8" id="B3E-s0-Xry"/>
  32. <constraint firstItem="5yE-jH-I16" firstAttribute="leading" secondItem="4du-vB-hk1" secondAttribute="leading" constant="8" id="GRS-22-BZp"/>
  33. <constraint firstItem="5yE-jH-I16" firstAttribute="centerY" secondItem="4du-vB-hk1" secondAttribute="centerY" id="ru9-s8-pZt"/>
  34. </constraints>
  35. </view>
  36. </subviews>
  37. <constraints>
  38. <constraint firstItem="4du-vB-hk1" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="GYe-HS-BA2"/>
  39. <constraint firstAttribute="bottom" secondItem="4du-vB-hk1" secondAttribute="bottom" constant="8" id="YoJ-0n-Ov0"/>
  40. <constraint firstAttribute="trailing" secondItem="4du-vB-hk1" secondAttribute="trailing" constant="16" id="eC3-M3-ivg"/>
  41. <constraint firstItem="4du-vB-hk1" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="8" id="tt0-Es-b2J"/>
  42. </constraints>
  43. </tableViewCellContentView>
  44. <connections>
  45. <outlet property="answerLabel" destination="5yE-jH-I16" id="pR6-Vv-oI6"/>
  46. </connections>
  47. <point key="canvasLocation" x="123" y="88"/>
  48. </tableViewCell>
  49. </objects>
  50. </document>