forked from LoopKit/LoopKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLabeledTextFieldTableViewCell.xib
More file actions
54 lines (54 loc) · 4.73 KB
/
LabeledTextFieldTableViewCell.xib
File metadata and controls
54 lines (54 loc) · 4.73 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14835.7" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14790.5"/>
<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 clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="bqd-xE-cOs" customClass="LabeledTextFieldTableViewCell" customModule="LoopKitUI" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="600" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="bqd-xE-cOs" id="JLb-HG-6XN">
<rect key="frame" x="0.0" y="0.0" width="600" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="9l3-2S-90D">
<rect key="frame" x="15" y="0.0" width="100" height="44"/>
<constraints>
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="100" id="IJq-fu-anm"/>
</constraints>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="right" adjustsFontForContentSizeCategory="YES" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="5Gg-eI-mI5" customClass="CustomInputTextField" customModule="LoopKitUI" customModuleProvider="target">
<rect key="frame" x="123" y="0.0" width="462" height="44"/>
<constraints>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="44" id="OGb-ea-yva"/>
</constraints>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no"/>
</textField>
</subviews>
<constraints>
<constraint firstItem="5Gg-eI-mI5" firstAttribute="trailing" secondItem="JLb-HG-6XN" secondAttribute="trailingMargin" id="fSG-oV-OUL"/>
<constraint firstAttribute="bottom" secondItem="5Gg-eI-mI5" secondAttribute="bottom" priority="750" id="gPX-XH-JRl"/>
<constraint firstAttribute="bottom" secondItem="9l3-2S-90D" secondAttribute="bottom" priority="750" id="mf5-y2-4vt"/>
<constraint firstItem="9l3-2S-90D" firstAttribute="leading" secondItem="JLb-HG-6XN" secondAttribute="leadingMargin" id="nfJ-PR-cbL"/>
<constraint firstItem="5Gg-eI-mI5" firstAttribute="leading" secondItem="9l3-2S-90D" secondAttribute="trailing" constant="8" symbolic="YES" id="qXv-7z-IT5"/>
<constraint firstItem="9l3-2S-90D" firstAttribute="top" secondItem="JLb-HG-6XN" secondAttribute="top" id="y39-D5-7AY"/>
<constraint firstItem="5Gg-eI-mI5" firstAttribute="top" secondItem="JLb-HG-6XN" secondAttribute="top" id="yJD-Dl-LIF"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="textField" destination="5Gg-eI-mI5" id="zbq-ez-NSI"/>
<outlet property="titleLabel" destination="9l3-2S-90D" id="ja2-dg-4kR"/>
</connections>
<point key="canvasLocation" x="139" y="154"/>
</tableViewCell>
</objects>
</document>