| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15505" 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="15509"/>
- <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="CommonEditorCellLabel" id="mzj-qt-xTd" customClass="CommonEditorCellLabel">
- <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="mzj-qt-xTd" id="1gG-px-9wA">
- <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="EgP-sJ-Rae">
- <rect key="frame" x="20" y="11" width="150" height="22"/>
- <constraints>
- <constraint firstAttribute="width" constant="150" id="NZ1-Rj-XRd"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="B4j-tW-HM9">
- <rect key="frame" x="178" y="10" width="575" height="23"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <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="EgP-sJ-Rae" firstAttribute="top" secondItem="1gG-px-9wA" secondAttribute="topMargin" id="8ZC-MS-lmC"/>
- <constraint firstItem="EgP-sJ-Rae" firstAttribute="centerY" secondItem="1gG-px-9wA" secondAttribute="centerY" id="IZS-VQ-x1U"/>
- <constraint firstItem="B4j-tW-HM9" firstAttribute="top" secondItem="1gG-px-9wA" secondAttribute="topMargin" constant="-1" id="L66-AC-ZXz"/>
- <constraint firstItem="EgP-sJ-Rae" firstAttribute="leading" secondItem="1gG-px-9wA" secondAttribute="leadingMargin" id="OKZ-xe-5iX"/>
- <constraint firstItem="B4j-tW-HM9" firstAttribute="leading" secondItem="EgP-sJ-Rae" secondAttribute="trailing" constant="8" id="XV2-RV-hwC"/>
- <constraint firstItem="B4j-tW-HM9" firstAttribute="baseline" secondItem="EgP-sJ-Rae" secondAttribute="baseline" id="mAO-iO-Ud0"/>
- <constraint firstAttribute="trailing" secondItem="B4j-tW-HM9" secondAttribute="trailing" constant="15" id="wFb-Xo-7jS"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="labelTitle" destination="EgP-sJ-Rae" id="sDy-V2-8bG"/>
- <outlet property="labelValue" destination="B4j-tW-HM9" id="l7Q-c4-eeu"/>
- </connections>
- <point key="canvasLocation" x="132" y="154"/>
- </tableViewCell>
- </objects>
- </document>
|