| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?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>
|