-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathSlideBarCell.xib
37 lines (37 loc) · 2.85 KB
/
SlideBarCell.xib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="8191" systemVersion="14F27" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="8154"/>
</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" reuseIdentifier="SlideBarCell" rowHeight="82" id="kbY-Zr-w5i" customClass="SlideBarCell">
<rect key="frame" x="0.0" y="0.0" width="332" height="82"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="kbY-Zr-w5i" id="RIf-1l-8fV">
<rect key="frame" x="0.0" y="0.0" width="332" height="81.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="non-ZW-zEf">
<rect key="frame" x="14" y="0.0" width="304" height="81.5"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="non-ZW-zEf" firstAttribute="leading" secondItem="RIf-1l-8fV" secondAttribute="leading" constant="14" id="4Xg-2B-Nxd"/>
<constraint firstItem="non-ZW-zEf" firstAttribute="top" secondItem="RIf-1l-8fV" secondAttribute="top" id="V9j-89-5v2"/>
<constraint firstAttribute="trailing" secondItem="non-ZW-zEf" secondAttribute="trailing" constant="14" id="WB0-O3-LGP"/>
<constraint firstAttribute="bottom" secondItem="non-ZW-zEf" secondAttribute="bottom" id="vCb-L6-uyO"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="tipTitle" destination="non-ZW-zEf" id="qnt-3t-H0p"/>
</connections>
<point key="canvasLocation" x="332" y="292"/>
</tableViewCell>
</objects>
</document>