NYExerciseQuestionCell.xib 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
  7. <capability name="System colors in document resources" minToolsVersion="11.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="153" id="KGk-i7-Jjw" customClass="NYExerciseQuestionCell">
  14. <rect key="frame" x="0.0" y="0.0" width="327" height="120"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="327" height="120"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <view userInteractionEnabled="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="fv9-iA-mxh" customClass="YYLabel">
  21. <rect key="frame" x="16" y="16" width="295" height="88"/>
  22. <color key="backgroundColor" systemColor="systemBackgroundColor"/>
  23. <constraints>
  24. <constraint firstAttribute="height" constant="88" id="P7x-jt-CQ7"/>
  25. </constraints>
  26. <userDefinedRuntimeAttributes>
  27. <userDefinedRuntimeAttribute type="number" keyPath="numberOfLines">
  28. <integer key="value" value="0"/>
  29. </userDefinedRuntimeAttribute>
  30. <userDefinedRuntimeAttribute type="color" keyPath="textColor">
  31. <color key="value" red="0.039215686270000001" green="0.1019607843" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  32. </userDefinedRuntimeAttribute>
  33. <userDefinedRuntimeAttribute type="number" keyPath="fontSize_">
  34. <integer key="value" value="16"/>
  35. </userDefinedRuntimeAttribute>
  36. <userDefinedRuntimeAttribute type="string" keyPath="fontName_" value="PingFang SC"/>
  37. </userDefinedRuntimeAttributes>
  38. </view>
  39. </subviews>
  40. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  41. <constraints>
  42. <constraint firstItem="fv9-iA-mxh" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="POC-xy-Ite"/>
  43. <constraint firstAttribute="trailing" secondItem="fv9-iA-mxh" secondAttribute="trailing" constant="16" id="Yup-RD-MIV"/>
  44. <constraint firstItem="fv9-iA-mxh" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="16" id="wDT-oY-GMa"/>
  45. </constraints>
  46. </tableViewCellContentView>
  47. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  48. <connections>
  49. <outlet property="labelHeight" destination="P7x-jt-CQ7" id="q3F-Xj-oRg"/>
  50. <outlet property="questionLabel" destination="fv9-iA-mxh" id="rUh-gL-jt4"/>
  51. </connections>
  52. <point key="canvasLocation" x="66" y="33"/>
  53. </tableViewCell>
  54. </objects>
  55. <resources>
  56. <systemColor name="systemBackgroundColor">
  57. <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  58. </systemColor>
  59. </resources>
  60. </document>