| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <tableViewCell contentMode="scaleToFill" restorationIdentifier="PushStateCell" selectionStyle="default" indentationWidth="10" id="3IO-5W-gWU" customClass="PushStateCell">
- <rect key="frame" x="0.0" y="0.0" width="375" height="110"/>
- <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="3IO-5W-gWU" id="ViA-uK-6lt">
- <rect key="frame" x="0.0" y="0.0" width="375" height="109.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="fapengyouquan" translatesAutoresizingMaskIntoConstraints="NO" id="aF9-d6-7bp">
- <rect key="frame" x="120" y="15" width="80" height="80"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- </imageView>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" usesAttributedText="YES" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="2Xm-WK-beH">
- <rect key="frame" x="9" y="15" width="71" height="42"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <attributedString key="attributedText">
- <fragment content="今天">
- <attributes>
- <font key="NSFont" size="30" name="PingFangSC-Semibold"/>
- <paragraphStyle key="NSParagraphStyle" alignment="right" lineBreakMode="wordWrapping" baseWritingDirection="natural" tighteningFactorForTruncation="0.0"/>
- </attributes>
- </fragment>
- </attributedString>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="IWX-ng-q8j"/>
- <connections>
- <outlet property="Day" destination="2Xm-WK-beH" id="agT-3h-5r6"/>
- <outlet property="pushImage" destination="aF9-d6-7bp" id="qsU-Rl-Kss"/>
- </connections>
- <point key="canvasLocation" x="25.5" y="-22"/>
- </tableViewCell>
- </objects>
- <resources>
- <image name="fapengyouquan" width="80" height="80"/>
- </resources>
- </document>
|