forked from LoopKit/LoopKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDecimalTextFieldTableViewCell.xib
More file actions
59 lines (59 loc) · 5.66 KB
/
DecimalTextFieldTableViewCell.xib
File metadata and controls
59 lines (59 loc) · 5.66 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
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
<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" reuseIdentifier="DecimalTextFieldTableViewCell" id="PiW-EA-ApI" customClass="DecimalTextFieldTableViewCell" customModule="LoopKitUI" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="PiW-EA-ApI" id="O8y-eg-zyE">
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="0" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="JkG-6D-XPS">
<rect key="frame" x="57.5" y="15" width="289.5" height="13.5"/>
<color key="textColor" red="0.5568627451" green="0.5568627451" blue="0.57647058819999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<textInputTraits key="textInputTraits" keyboardType="decimalPad" returnKeyType="next"/>
</textField>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="g" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="r5J-AK-AL7">
<rect key="frame" x="349" y="11.5" width="10" height="20.5"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<color key="textColor" red="0.5568627451" green="0.5568627451" blue="0.57647058819999997" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Title" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Mk9-MM-in6">
<rect key="frame" x="16" y="11.5" width="33.5" height="21"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="Mk9-MM-in6" firstAttribute="centerY" secondItem="O8y-eg-zyE" secondAttribute="centerY" id="03U-PY-Qkc"/>
<constraint firstAttribute="bottomMargin" secondItem="JkG-6D-XPS" secondAttribute="bottom" priority="750" constant="4" id="7qU-1E-jJB"/>
<constraint firstItem="r5J-AK-AL7" firstAttribute="leading" secondItem="JkG-6D-XPS" secondAttribute="trailing" constant="2" id="9Pr-A9-ygv"/>
<constraint firstItem="JkG-6D-XPS" firstAttribute="centerY" secondItem="O8y-eg-zyE" secondAttribute="centerY" id="9a8-PB-RVq"/>
<constraint firstItem="Mk9-MM-in6" firstAttribute="leading" secondItem="O8y-eg-zyE" secondAttribute="leadingMargin" priority="999" id="LlZ-hl-V9r"/>
<constraint firstAttribute="trailingMargin" secondItem="r5J-AK-AL7" secondAttribute="trailing" id="MKf-UR-f7D"/>
<constraint firstItem="JkG-6D-XPS" firstAttribute="leading" secondItem="Mk9-MM-in6" secondAttribute="trailing" constant="8" symbolic="YES" id="Zf9-HV-T7V"/>
<constraint firstItem="JkG-6D-XPS" firstAttribute="top" secondItem="O8y-eg-zyE" secondAttribute="topMargin" constant="4" id="oGr-Fd-sKz"/>
<constraint firstItem="r5J-AK-AL7" firstAttribute="baseline" secondItem="JkG-6D-XPS" secondAttribute="baseline" id="uHT-U3-m9h"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="textField" destination="JkG-6D-XPS" id="j3J-s8-dQ2"/>
<outlet property="titleLabel" destination="Mk9-MM-in6" id="nq5-1T-nF7"/>
<outlet property="unitLabel" destination="r5J-AK-AL7" id="JXq-jC-hwH"/>
</connections>
</tableViewCell>
</objects>
</document>