NewsOfLearnCell.xib 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait">
  4. <adaptation id="fullscreen"/>
  5. </device>
  6. <dependencies>
  7. <deployment identifier="iOS"/>
  8. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="newsCell" rowHeight="90" id="KGk-i7-Jjw" customClass="NewsOfLearnCell">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="90"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  18. <rect key="frame" x="0.0" y="0.0" width="320" height="89.5"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="tHV-YL-2NK">
  22. <rect key="frame" x="10" y="10" width="80" height="69"/>
  23. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  24. </imageView>
  25. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="0hF-gz-HdR">
  26. <rect key="frame" x="100" y="10" width="210" height="40"/>
  27. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  28. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  29. <nil key="textColor"/>
  30. <nil key="highlightedColor"/>
  31. </label>
  32. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="K7K-8m-8Bh">
  33. <rect key="frame" x="100" y="50" width="210" height="30"/>
  34. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  35. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  36. <nil key="textColor"/>
  37. <nil key="highlightedColor"/>
  38. </label>
  39. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ugr-U6-1cz">
  40. <rect key="frame" x="100" y="50" width="210" height="30"/>
  41. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  42. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  43. <nil key="textColor"/>
  44. <nil key="highlightedColor"/>
  45. </label>
  46. </subviews>
  47. </tableViewCellContentView>
  48. <connections>
  49. <outlet property="dateLabel" destination="K7K-8m-8Bh" id="tYm-Lf-im6"/>
  50. <outlet property="headImg" destination="tHV-YL-2NK" id="isv-nP-xBr"/>
  51. <outlet property="titleLabel" destination="0hF-gz-HdR" id="irc-Nw-8U9"/>
  52. <outlet property="watchLabel" destination="ugr-U6-1cz" id="Woe-Tu-yEt"/>
  53. </connections>
  54. <point key="canvasLocation" x="26" y="107"/>
  55. </tableViewCell>
  56. </objects>
  57. </document>