-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOptionsViewTVCell.xib
56 lines (56 loc) · 4.48 KB
/
OptionsViewTVCell.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11542" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11524"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="OptionsViewTVCell" customModule="Dummy" customModuleProvider="target"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="OptionsViewTVCell" id="ATw-qr-FEo" customClass="OptionsViewTVCell" customModule="Dummy" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="ATw-qr-FEo" id="o0G-WK-3Cd">
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
<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="dwX-Y3-Fz5">
<rect key="frame" x="16" y="14" width="288" height="16"/>
<fontDescription key="fontDescription" type="system" pointSize="13"/>
<color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="XS2-sm-7eD">
<rect key="frame" x="0.0" y="42" width="320" height="1"/>
<color key="backgroundColor" red="0.90196078431372551" green="0.90196078431372551" blue="0.90196078431372551" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="1" id="Yba-po-1ao"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="XS2-sm-7eD" firstAttribute="leading" secondItem="o0G-WK-3Cd" secondAttribute="leading" id="61s-SH-By9"/>
<constraint firstItem="dwX-Y3-Fz5" firstAttribute="centerY" secondItem="o0G-WK-3Cd" secondAttribute="centerY" id="TmI-ri-RKL"/>
<constraint firstAttribute="trailing" secondItem="dwX-Y3-Fz5" secondAttribute="trailing" constant="16" id="XVD-de-R7k"/>
<constraint firstAttribute="trailing" secondItem="XS2-sm-7eD" secondAttribute="trailing" id="dJt-Rs-h4Z"/>
<constraint firstItem="dwX-Y3-Fz5" firstAttribute="leading" secondItem="o0G-WK-3Cd" secondAttribute="leading" constant="16" id="fPy-GJ-anz"/>
<constraint firstAttribute="bottom" secondItem="XS2-sm-7eD" secondAttribute="bottom" id="jxP-tw-JsN"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="lbl" destination="dwX-Y3-Fz5" id="WHd-Hl-Bhb"/>
</connections>
<point key="canvasLocation" x="405" y="-40"/>
</tableViewCell>
</objects>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination" type="retina4_7.fullscreen"/>
</simulatedMetricsContainer>
</document>