RQFreeTryNoteCell.xib 5.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" 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="20020"/>
  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="RQFreeTryNoteCell">
  13. <rect key="frame" x="0.0" y="0.0" width="375" height="166"/>
  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="375" height="166"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="科目一体验背景" translatesAutoresizingMaskIntoConstraints="NO" id="rNc-2R-iIy">
  20. <rect key="frame" x="16" y="0.0" width="343" height="166"/>
  21. </imageView>
  22. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="科目一体验" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="NE5-Rs-RqG">
  23. <rect key="frame" x="32" y="32" width="127" height="30"/>
  24. <fontDescription key="fontDescription" type="boldSystem" pointSize="25"/>
  25. <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  26. <nil key="highlightedColor"/>
  27. </label>
  28. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="前往" translatesAutoresizingMaskIntoConstraints="NO" id="7x2-z8-Fvi">
  29. <rect key="frame" x="32" y="118.5" width="73" height="15.5"/>
  30. <constraints>
  31. <constraint firstAttribute="width" secondItem="7x2-z8-Fvi" secondAttribute="height" multiplier="73/15.69" id="G9C-qb-Gxa"/>
  32. </constraints>
  33. </imageView>
  34. </subviews>
  35. <constraints>
  36. <constraint firstItem="rNc-2R-iIy" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="1kh-ao-BjK"/>
  37. <constraint firstItem="rNc-2R-iIy" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="BKH-BY-kMd"/>
  38. <constraint firstAttribute="trailing" secondItem="rNc-2R-iIy" secondAttribute="trailing" constant="16" id="PYC-VO-1k5"/>
  39. <constraint firstItem="NE5-Rs-RqG" firstAttribute="leading" secondItem="rNc-2R-iIy" secondAttribute="leading" constant="16" id="SbV-q4-nHj"/>
  40. <constraint firstAttribute="bottom" secondItem="7x2-z8-Fvi" secondAttribute="bottom" constant="32" id="aq9-wo-DEJ"/>
  41. <constraint firstItem="NE5-Rs-RqG" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="32" id="faa-EZ-vkP"/>
  42. <constraint firstAttribute="bottom" secondItem="rNc-2R-iIy" secondAttribute="bottom" id="gNn-ZQ-I6o"/>
  43. <constraint firstItem="7x2-z8-Fvi" firstAttribute="leading" secondItem="rNc-2R-iIy" secondAttribute="leading" constant="16" id="kX8-wa-CbZ"/>
  44. <constraint firstItem="7x2-z8-Fvi" firstAttribute="width" secondItem="H2p-sc-9uM" secondAttribute="width" multiplier="73/375" id="oC7-wo-61f"/>
  45. </constraints>
  46. </tableViewCellContentView>
  47. <connections>
  48. <outlet property="myBgImageView" destination="rNc-2R-iIy" id="vCR-R8-J0E"/>
  49. <outlet property="myTitleLabel" destination="NE5-Rs-RqG" id="EMq-Ms-gqN"/>
  50. </connections>
  51. <point key="canvasLocation" x="244" y="104"/>
  52. </tableViewCell>
  53. </objects>
  54. <resources>
  55. <image name="前往" width="73" height="16"/>
  56. <image name="科目一体验背景" width="345" height="166"/>
  57. </resources>
  58. </document>