Skip to content

Instantly share code, notes, and snippets.

@jstedfast
Created July 24, 2015 17:53
Show Gist options
  • Save jstedfast/fa53d10be7a435c39813 to your computer and use it in GitHub Desktop.
Save jstedfast/fa53d10be7a435c39813 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4510" systemVersion="13B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3742"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="MessageListTableViewCell">
<connections>
<outlet property="FromLabel" destination="7" id="name-outlet-7"/>
<outlet property="SubjectLabel" destination="4" id="name-outlet-4"/>
<outlet property="DateLabel" destination="3" id="name-outlet-3"/>
<outlet property="PreviewLabel" destination="5" id="name-outlet-5"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" customClass="MessageListTableViewCell" id="cxk-wN-pdQ" reuseIdentifier="MessageListTableViewCell" accessoryType="disclosureIndicator" rowHeight="80">
<rect key="frame" x="0.0" y="0.0" width="320" height="80"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="cxk-wN-pdQ" id="YTl-1W-gDM">
<rect key="frame" x="0.0" y="0.0" width="320" height="79"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Wednesday" lineBreakMode="tailTruncation" minimumFontSize="10" id="3" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" textAlignment="right">
<rect key="frame" x="210" y="3" width="75" height="21"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="12"/>
<color key="textColor" colorSpace="calibratedWhite" white="0.666666666666667" alpha="1"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Fix mobile usability issues found on http://www.mimekit.net" lineBreakMode="tailTruncation" minimumFontSize="10" id="4" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO">
<rect key="frame" x="20" y="24" width="260" height="19"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<fontDescription key="fontDescription" type="system" pointSize="12"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" lineBreakMode="tailTruncation" minimumFontSize="10" id="5" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" numberOfLines="2">
<rect key="frame" x="20" y="43" width="260" height="34"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<fontDescription key="fontDescription" type="system" pointSize="11"/>
<nil key="highlightedColor"/>
<color key="textColor" colorSpace="calibratedWhite" white="0.333333333333333" alpha="1"/>
<string key="text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mattis lorem arcu, quis interdum urna mattis et. Integer ac convallis nunc, nec scelerisque urna.</string>
</label>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Google Search Console Team" lineBreakMode="tailTruncation" minimumFontSize="10" id="7" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO">
<rect key="frame" x="20" y="3" width="190" height="21"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="13"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
</tableViewCellContentView>
<color key="backgroundColor" colorSpace="calibratedWhite" white="1" alpha="1"/>
</tableViewCell>
</objects>
</document>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment