-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTextCell.xib
61 lines (61 loc) · 4.82 KB
/
TextCell.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
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="18122" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="18093"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</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="TextTableViewCell" id="KGk-i7-Jjw" customClass="TextCell" customModule="Tourism" customModuleProvider="target">
<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="KGk-i7-Jjw" id="H2p-sc-9uM">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="ub6-4Y-uh0">
<rect key="frame" x="5" y="0.0" width="310" height="44"/>
<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="qtm-4b-tmY">
<rect key="frame" x="5" y="10" width="300" height="24"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="qtm-4b-tmY" secondAttribute="trailing" constant="5" id="3bt-ke-RhU"/>
<constraint firstAttribute="bottom" secondItem="qtm-4b-tmY" secondAttribute="bottom" constant="10" id="Yhs-FZ-Cwm"/>
<constraint firstItem="qtm-4b-tmY" firstAttribute="leading" secondItem="ub6-4Y-uh0" secondAttribute="leading" constant="5" id="ZrP-fP-Xcg"/>
<constraint firstItem="qtm-4b-tmY" firstAttribute="top" secondItem="ub6-4Y-uh0" secondAttribute="top" constant="10" id="lze-y9-dcu"/>
</constraints>
</view>
</subviews>
<constraints>
<constraint firstAttribute="bottom" secondItem="ub6-4Y-uh0" secondAttribute="bottom" id="3N1-LS-3Aw"/>
<constraint firstItem="ub6-4Y-uh0" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="Vs6-Eb-fZ0"/>
<constraint firstAttribute="trailing" secondItem="ub6-4Y-uh0" secondAttribute="trailing" constant="5" id="a2w-Cn-mM6"/>
<constraint firstItem="ub6-4Y-uh0" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="5" id="qXM-uI-ikw"/>
</constraints>
</tableViewCellContentView>
<viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
<accessibility key="accessibilityConfiguration" identifier="TextTableViewCell"/>
<connections>
<outlet property="cellTextLabel" destination="qtm-4b-tmY" id="dNa-Sb-488"/>
<outlet property="labelContainer" destination="ub6-4Y-uh0" id="C9E-1j-7tW"/>
</connections>
<point key="canvasLocation" x="-220.28985507246378" y="96.428571428571431"/>
</tableViewCell>
</objects>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>