Skip to content

Commit

Permalink
complete storyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
cjiong committed Jun 2, 2016
1 parent 9d7533f commit 4729e0b
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,25 +1,79 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9531" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9529"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController id="BYZ-38-t0r" customClass="ViewController" customModuleProvider="target" sceneMemberID="viewController">
<viewController id="BYZ-38-t0r" customClass="ViewController" customModule="Project_16___SwipeableCell" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView clipsSubviews="YES" contentMode="scaleToFill" fixedFrame="YES" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="74" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="yrf-q9-Dml">
<rect key="frame" x="0.0" y="20" width="375" height="647"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<prototypes>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="74" id="xnf-1E-u2X">
<rect key="frame" x="0.0" y="28" width="375" height="74"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="xnf-1E-u2X" id="H9l-WU-EpC">
<rect key="frame" x="0.0" y="0.0" width="375" height="74"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ss9-LB-oPu">
<rect key="frame" x="91" y="20" width="276" height="34"/>
<constraints>
<constraint firstAttribute="height" constant="34" id="bc5-79-5M4"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="BGA-Kb-cex">
<rect key="frame" x="8" y="-2" width="75" height="75"/>
<constraints>
<constraint firstAttribute="width" constant="75" id="R6S-94-Cjr"/>
</constraints>
</imageView>
</subviews>
<constraints>
<constraint firstItem="Ss9-LB-oPu" firstAttribute="trailing" secondItem="H9l-WU-EpC" secondAttribute="trailingMargin" id="5zH-So-Qzn"/>
<constraint firstItem="Ss9-LB-oPu" firstAttribute="leading" secondItem="BGA-Kb-cex" secondAttribute="trailing" constant="8" symbolic="YES" id="EuO-hn-BqS"/>
<constraint firstAttribute="bottomMargin" secondItem="BGA-Kb-cex" secondAttribute="bottom" constant="-7.5" id="I30-7W-NlJ"/>
<constraint firstItem="Ss9-LB-oPu" firstAttribute="top" secondItem="H9l-WU-EpC" secondAttribute="topMargin" constant="12" id="Tyb-Z8-J9b"/>
<constraint firstItem="BGA-Kb-cex" firstAttribute="top" secondItem="H9l-WU-EpC" secondAttribute="topMargin" constant="-10" id="bwK-0c-dcq"/>
<constraint firstItem="BGA-Kb-cex" firstAttribute="leading" secondItem="H9l-WU-EpC" secondAttribute="leadingMargin" id="dYW-S8-jiP"/>
<constraint firstItem="Ss9-LB-oPu" firstAttribute="centerY" secondItem="H9l-WU-EpC" secondAttribute="centerY" id="jdT-vv-VMp"/>
<constraint firstAttribute="bottomMargin" secondItem="BGA-Kb-cex" secondAttribute="bottom" constant="-7.5" id="khc-Rk-WQZ"/>
<constraint firstItem="BGA-Kb-cex" firstAttribute="top" secondItem="H9l-WU-EpC" secondAttribute="topMargin" constant="-10" id="na0-lR-CFo"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="I30-7W-NlJ"/>
<exclude reference="bwK-0c-dcq"/>
</mask>
</variation>
</tableViewCellContentView>
</tableViewCell>
</prototypes>
</tableView>
</subviews>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
</view>
<simulatedScreenMetrics key="simulatedDestinationMetrics" type="retina47"/>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="304.5" y="389.5"/>
</scene>
</scenes>
</document>

0 comments on commit 4729e0b

Please sign in to comment.