-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathMainViewCell.xib
43 lines (43 loc) · 3.7 KB
/
MainViewCell.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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6250" systemVersion="14A389" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6244"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell contentMode="scaleToFill" restorationIdentifier="MainViewCustomCell" selectionStyle="default" indentationWidth="10" reuseIdentifier="MainViewCustomCell" id="Imd-pW-b1j" customClass="MainTableViewCell">
<rect key="frame" x="0.0" y="0.0" width="321" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Imd-pW-b1j" id="cnV-7D-5xX">
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jzC-7X-sRc">
<rect key="frame" x="18" y="11" width="44" height="21"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="17"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="QkP-tB-IdX">
<rect key="frame" x="251" y="10" width="47" height="23"/>
<fontDescription key="fontDescription" type="system" pointSize="19"/>
<color key="textColor" red="0.3441816298" green="0.3441816298" blue="0.3441816298" alpha="1" colorSpace="calibratedRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="jzC-7X-sRc" firstAttribute="leading" secondItem="cnV-7D-5xX" secondAttribute="leadingMargin" constant="10" id="9hY-HG-4kL"/>
<constraint firstAttribute="trailingMargin" secondItem="QkP-tB-IdX" secondAttribute="trailing" constant="15" id="B1e-3d-Gxv"/>
<constraint firstAttribute="centerY" secondItem="QkP-tB-IdX" secondAttribute="centerY" id="Qeh-sa-PWL"/>
<constraint firstAttribute="centerY" secondItem="jzC-7X-sRc" secondAttribute="centerY" id="feu-Ro-mbi"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="title" destination="jzC-7X-sRc" id="2fH-7y-T0t"/>
<outlet property="value" destination="QkP-tB-IdX" id="w9P-ch-MhK"/>
</connections>
<point key="canvasLocation" x="457.5" y="319"/>
</tableViewCell>
</objects>
</document>