2013-10-02 17:31:51 -07:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4510" systemVersion="12F37" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
|
|
|
|
<dependencies>
|
|
|
|
<deployment defaultVersion="1792" identifier="iOS"/>
|
|
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3742"/>
|
|
|
|
</dependencies>
|
|
|
|
<objects>
|
|
|
|
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="AddSiteAutocompleteCell"/>
|
|
|
|
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
|
|
|
|
<tableViewCell opaque="NO" contentMode="scaleToFill" selectionStyle="blue" indentationWidth="0.0" reuseIdentifier="AddSiteAutocompleteCellIdentifier" id="4" customClass="AddSiteAutocompleteCell">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="4" id="4ta-Id-1EG">
|
|
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
|
|
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
|
|
<subviews>
|
|
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Daring Fireball" lineBreakMode="tailTruncation" minimumFontSize="12" id="5">
|
|
|
|
<rect key="frame" x="26" y="3" width="158" height="21"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
<fontDescription key="fontDescription" name="Helvetica" family="Helvetica" pointSize="15"/>
|
|
|
|
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
|
|
<color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
|
<size key="shadowOffset" width="0.0" height="1"/>
|
|
|
|
</label>
|
|
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="http://daringfireball.net/feeds/extra/parameters/that/might/be/truncated/rss.xml" lineBreakMode="middleTruncation" minimumFontSize="10" id="6">
|
|
|
|
<rect key="frame" x="6" y="20" width="306" height="21"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
|
|
|
<fontDescription key="fontDescription" name="Helvetica" family="Helvetica" pointSize="11"/>
|
|
|
|
<color key="textColor" red="0.36056621319999999" green="0.3860340491" blue="0.58659329380000003" alpha="1" colorSpace="deviceRGB"/>
|
|
|
|
<color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
|
</label>
|
|
|
|
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="3,123 subscribers" textAlignment="right" lineBreakMode="tailTruncation" minimumFontSize="9" id="7">
|
|
|
|
<rect key="frame" x="192" y="3" width="120" height="21"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
|
|
|
<fontDescription key="fontDescription" name="Helvetica-Bold" family="Helvetica" pointSize="10"/>
|
|
|
|
<color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
|
<color key="highlightedColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
|
|
|
</label>
|
|
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" id="14">
|
|
|
|
<rect key="frame" x="6" y="5" width="16" height="16"/>
|
|
|
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
|
|
</imageView>
|
|
|
|
</subviews>
|
|
|
|
</tableViewCellContentView>
|
|
|
|
<connections>
|
|
|
|
<outlet property="feedFavicon" destination="14" id="16"/>
|
|
|
|
<outlet property="feedSubs" destination="7" id="11"/>
|
|
|
|
<outlet property="feedTitle" destination="5" id="12"/>
|
|
|
|
<outlet property="feedUrl" destination="6" id="13"/>
|
|
|
|
</connections>
|
|
|
|
</tableViewCell>
|
|
|
|
</objects>
|
|
|
|
</document>
|