Created
April 28, 2014 01:09
-
-
Save rivera-ernesto/11359440 to your computer and use it in GitHub Desktop.
Sample code for http://stackoverflow.com/a/22775114/1049134
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5056" systemVersion="13C1021" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none"> | |
<dependencies> | |
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/> | |
</dependencies> | |
<objects> | |
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/> | |
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/> | |
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="bNR-T5-btx"> | |
<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="bNR-T5-btx" id="e7l-Qe-oce"> | |
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/> | |
<autoresizingMask key="autoresizingMask"/> | |
<subviews> | |
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="mhd-iW-QBZ"> | |
<rect key="frame" x="13" y="7" width="59" height="30"/> | |
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" heightSizable="YES"/> | |
<state key="normal" title="Button 1"> | |
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> | |
</state> | |
</button> | |
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" id="Cg0-Td-s4i"> | |
<rect key="frame" x="248" y="7" width="59" height="30"/> | |
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" heightSizable="YES"/> | |
<state key="normal" title="Button 2"> | |
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/> | |
</state> | |
</button> | |
<scrollView multipleTouchEnabled="YES" contentMode="scaleToFill" id="xZ1-dl-Tbv"> | |
<rect key="frame" x="80" y="0.0" width="160" height="44"/> | |
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | |
<subviews> | |
<view contentMode="scaleToFill" id="i1y-IE-uyo" userLabel=""Real" content view"> | |
<rect key="frame" x="-80" y="0.0" width="320" height="44"/> | |
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> | |
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/> | |
</view> | |
</subviews> | |
</scrollView> | |
</subviews> | |
<color key="backgroundColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/> | |
</tableViewCellContentView> | |
</tableViewCell> | |
</objects> | |
</document> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment