| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="24412" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="ipad10_9rounded" orientation="portrait" layout="fullscreen" appearance="light"/>
- <dependencies>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="24405"/>
- <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="CommonEditorCellEnum" id="U0M-WH-Mhd" customClass="CommonEditorCellEnum">
- <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="U0M-WH-Mhd" id="6aK-hw-jaW">
- <rect key="frame" x="0.0" y="0.0" width="768" height="44"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="zfL-5h-iEw">
- <rect key="frame" x="172" y="12" width="581" height="20"/>
- <constraints>
- <constraint firstAttribute="height" constant="20" id="NKW-pq-XDn"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1zr-en-PY0">
- <rect key="frame" x="16" y="12" width="150" height="20"/>
- <constraints>
- <constraint firstAttribute="width" constant="150" id="4dX-2E-Xxl"/>
- <constraint firstAttribute="height" constant="20" id="xHx-3S-L0e"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="highlightedColor"/>
- </label>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="*" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ICj-f8-Y0M">
- <rect key="frame" x="6" y="12" width="10" height="20"/>
- <constraints>
- <constraint firstAttribute="height" constant="20" id="WgZ-3X-nRl"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="25"/>
- <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="1zr-en-PY0" firstAttribute="centerY" secondItem="6aK-hw-jaW" secondAttribute="centerY" id="3C4-hd-ahe"/>
- <constraint firstItem="1zr-en-PY0" firstAttribute="leading" secondItem="6aK-hw-jaW" secondAttribute="leadingMargin" id="5Ua-j3-v9f"/>
- <constraint firstAttribute="trailing" secondItem="zfL-5h-iEw" secondAttribute="trailing" constant="15" id="GBq-dZ-TJU"/>
- <constraint firstItem="zfL-5h-iEw" firstAttribute="centerY" secondItem="6aK-hw-jaW" secondAttribute="centerY" id="HgO-lA-yTB"/>
- <constraint firstItem="zfL-5h-iEw" firstAttribute="leading" secondItem="1zr-en-PY0" secondAttribute="trailing" constant="6" id="XOI-Lg-qT1"/>
- <constraint firstItem="ICj-f8-Y0M" firstAttribute="centerY" secondItem="6aK-hw-jaW" secondAttribute="centerY" id="t1d-lZ-l1L"/>
- <constraint firstItem="1zr-en-PY0" firstAttribute="leading" secondItem="ICj-f8-Y0M" secondAttribute="trailing" id="xOD-rn-LqY"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="labelTitle" destination="1zr-en-PY0" id="P6C-jD-ey5"/>
- <outlet property="labelValue" destination="zfL-5h-iEw" id="nYO-FI-s06"/>
- <outlet property="starMark" destination="ICj-f8-Y0M" id="hDW-1E-Bch"/>
- </connections>
- <point key="canvasLocation" x="132" y="154"/>
- </tableViewCell>
- </objects>
- </document>
|