Created
December 28, 2011 14:14
-
-
Save MSch/1528068 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<scenes> | |
<scene sceneID="0w1-E2-N09"> | |
<objects> | |
<placeholder placeholderIdentifier="IBFirstResponder" id="qgN-yu-YsU" userLabel="First Responder" sceneMemberID="firstResponder"/> | |
<tableViewController id="baW-xq-PM6" customClass="ASViewController" sceneMemberID="viewController"> | |
<tableView key="view" opaque="NO" clipsSubviews="YES" clearsContextBeforeDrawing="NO" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" rowHeight="44" sectionHeaderHeight="22" sectionFooterHeight="22" id="qpc-DA-sEg"> | |
<rect key="frame" x="0.0" y="20" width="320" height="460"/> | |
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | |
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> | |
<prototypes> | |
<tableViewCell contentMode="scaleToFill" selectionStyle="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" reuseIdentifier="Default" id="8jf-OX-TSW"> | |
<rect key="frame" x="0.0" y="22" width="320" height="44"/> | |
<autoresizingMask key="autoresizingMask"/> | |
<view key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center"> | |
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/> | |
<autoresizingMask key="autoresizingMask"/> | |
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> | |
</view> | |
</tableViewCell> | |
</prototypes> | |
<connections> | |
<outlet property="dataSource" destination="baW-xq-PM6" id="Ar5-WB-tbI"/> | |
<outlet property="delegate" destination="baW-xq-PM6" id="bOa-PA-8EQ"/> | |
</connections> | |
</tableView> | |
</tableViewController> | |
</objects> | |
<point key="canvasLocation" x="281" y="157"/> | |
</scene> | |
</scenes> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compare this to typical
.xib
s that are a general serialization (NSKeyedArchiver?) of an (arbitrary) object graph.