OneImageCell.xib 5.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="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="14088"/>
  9. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  10. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  11. </dependencies>
  12. <objects>
  13. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  14. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  15. <tableViewCell contentMode="scaleToFill" restorationIdentifier="OneImageCell" selectionStyle="default" indentationWidth="10" id="KGk-i7-Jjw" customClass="OneImageCell">
  16. <rect key="frame" x="0.0" y="0.0" width="375" height="110"/>
  17. <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
  18. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  19. <rect key="frame" x="0.0" y="0.0" width="375" height="109.5"/>
  20. <autoresizingMask key="autoresizingMask"/>
  21. <subviews>
  22. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" usesAttributedText="YES" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Xuy-6k-pQC">
  23. <rect key="frame" x="20" y="15" width="60" height="42"/>
  24. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  25. <attributedString key="attributedText">
  26. <fragment content="21">
  27. <attributes>
  28. <font key="NSFont" size="30" name="PingFangSC-Semibold"/>
  29. <paragraphStyle key="NSParagraphStyle" alignment="right" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0"/>
  30. </attributes>
  31. </fragment>
  32. </attributedString>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" usesAttributedText="YES" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XOi-BY-eGM">
  36. <rect key="frame" x="81" y="28" width="38" height="29"/>
  37. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  38. <attributedString key="attributedText">
  39. <fragment content="4月">
  40. <attributes>
  41. <font key="NSFont" size="14" name=".PingFangSC-Regular"/>
  42. <paragraphStyle key="NSParagraphStyle" alignment="left" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0"/>
  43. </attributes>
  44. </fragment>
  45. </attributedString>
  46. <nil key="highlightedColor"/>
  47. </label>
  48. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="今天开工啦 哈哈哈 哈哈" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="c1g-uw-KH8">
  49. <rect key="frame" x="210" y="15" width="135" height="29"/>
  50. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  51. <fontDescription key="fontDescription" type="system" pointSize="15"/>
  52. <nil key="textColor"/>
  53. <nil key="highlightedColor"/>
  54. </label>
  55. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="jiazai" translatesAutoresizingMaskIntoConstraints="NO" id="glN-ys-qMV">
  56. <rect key="frame" x="120" y="15" width="80" height="80"/>
  57. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  58. </imageView>
  59. </subviews>
  60. </tableViewCellContentView>
  61. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  62. <connections>
  63. <outlet property="Day" destination="Xuy-6k-pQC" id="za7-mn-LQm"/>
  64. <outlet property="Month" destination="XOi-BY-eGM" id="u90-dT-zyV"/>
  65. <outlet property="detailLabel" destination="c1g-uw-KH8" id="Tef-Z5-gW9"/>
  66. <outlet property="oneImage" destination="glN-ys-qMV" id="mif-yz-txB"/>
  67. </connections>
  68. <point key="canvasLocation" x="24.5" y="52"/>
  69. </tableViewCell>
  70. </objects>
  71. <resources>
  72. <image name="jiazai" width="375" height="375"/>
  73. </resources>
  74. </document>