NYExerciseOptionCell.xib 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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="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="NYExerciseOptionCell">
  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. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="机动车占对向道行驶" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="fii-77-nfb">
  20. <rect key="frame" x="16" y="11.666666666666664" width="288" height="21"/>
  21. <constraints>
  22. <constraint firstAttribute="height" constant="21" id="31s-X5-B8Y"/>
  23. </constraints>
  24. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  25. <color key="textColor" red="0.039215686270000001" green="0.1019607843" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. </subviews>
  29. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  30. <constraints>
  31. <constraint firstItem="fii-77-nfb" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="Bl1-OV-wGM"/>
  32. <constraint firstAttribute="trailing" secondItem="fii-77-nfb" secondAttribute="trailing" constant="16" id="Ebp-HN-Wcs"/>
  33. <constraint firstItem="fii-77-nfb" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="RNb-d7-ELw"/>
  34. </constraints>
  35. </tableViewCellContentView>
  36. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  37. <connections>
  38. <outlet property="labelHeight" destination="31s-X5-B8Y" id="r4Y-n5-0bh"/>
  39. <outlet property="optionLabel" destination="fii-77-nfb" id="1FD-Ui-SPi"/>
  40. </connections>
  41. <point key="canvasLocation" x="42.748091603053432" y="-11.267605633802818"/>
  42. </tableViewCell>
  43. </objects>
  44. </document>