123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
- <device id="retina4_7" orientation="portrait">
- <adaptation id="fullscreen"/>
- </device>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13173"/>
- <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" selectionStyle="default" accessoryType="disclosureIndicator" indentationWidth="10" rowHeight="87" id="KGk-i7-Jjw" customClass="MessageCell">
- <rect key="frame" x="0.0" y="0.0" width="301" height="87"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="268" height="86.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="N0H-Nf-eOV">
- <rect key="frame" x="10" y="5" width="113" height="20.5"/>
- <constraints>
- <constraint firstAttribute="height" constant="20.5" id="443-Gc-SmX"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" red="0.20000000300000001" green="0.20000000300000001" blue="0.20000000300000001" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="date" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UFm-Kf-Ojh">
- <rect key="frame" x="133" y="7.5" width="130" height="16"/>
- <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="calibratedRGB"/>
- <constraints>
- <constraint firstAttribute="width" constant="130" id="We0-mS-ibu"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="13"/>
- <color key="textColor" red="0.60000002379999995" green="0.60000002379999995" blue="0.60000002379999995" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="content" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="APQ-D8-DFj">
- <rect key="frame" x="10" y="25.5" width="253" height="40"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="SzC-Yd-iLQ"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" red="0.40000000600000002" green="0.40000000600000002" blue="0.40000000600000002" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="APQ-D8-DFj" firstAttribute="trailing" secondItem="UFm-Kf-Ojh" secondAttribute="trailing" id="AIS-Ff-dVy"/>
- <constraint firstItem="APQ-D8-DFj" firstAttribute="leading" secondItem="N0H-Nf-eOV" secondAttribute="leading" id="E82-nm-pfL"/>
- <constraint firstItem="UFm-Kf-Ojh" firstAttribute="centerY" secondItem="N0H-Nf-eOV" secondAttribute="centerY" id="G7Q-rM-V6j"/>
- <constraint firstItem="N0H-Nf-eOV" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="JRU-xB-FDS"/>
- <constraint firstItem="N0H-Nf-eOV" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="10" id="Que-vM-wKP"/>
- <constraint firstItem="UFm-Kf-Ojh" firstAttribute="leading" secondItem="N0H-Nf-eOV" secondAttribute="trailing" constant="10" id="epS-26-mCX"/>
- <constraint firstAttribute="trailing" secondItem="UFm-Kf-Ojh" secondAttribute="trailing" constant="5" id="sKZ-wM-Aes"/>
- <constraint firstItem="APQ-D8-DFj" firstAttribute="top" secondItem="N0H-Nf-eOV" secondAttribute="bottom" id="wGc-rq-Nan"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="content" destination="APQ-D8-DFj" id="dGl-AS-ffb"/>
- <outlet property="date" destination="UFm-Kf-Ojh" id="qJJ-tV-T4r"/>
- <outlet property="title" destination="N0H-Nf-eOV" id="2W3-H9-nCC"/>
- </connections>
- <point key="canvasLocation" x="37.5" y="101.5"/>
- </tableViewCell>
- </objects>
- </document>
|