| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="18122" 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="18093"/>
- <capability name="System colors in document resources" minToolsVersion="11.0"/>
- <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" rowHeight="80" id="I6r-LI-ygk" customClass="CommonEditorCellEnum">
- <rect key="frame" x="0.0" y="0.0" width="818" height="80"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="I6r-LI-ygk" id="19l-kJ-slU">
- <rect key="frame" x="0.0" y="0.0" width="818" height="80"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="G5k-Pv-c5u">
- <rect key="frame" x="15" y="11" width="42" height="21"/>
- <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="XOB-4v-wqp">
- <rect key="frame" x="57" y="12" width="10" height="21"/>
- <constraints>
- <constraint firstAttribute="width" constant="10" id="B8C-59-fWK"/>
- <constraint firstAttribute="height" constant="21" id="bWK-zg-C1w"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="25"/>
- <color key="textColor" systemColor="systemPinkColor"/>
- <nil key="highlightedColor"/>
- </label>
- <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="qfE-Ol-dr3">
- <rect key="frame" x="15" y="48" width="788" height="23.5"/>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <nil key="highlightedColor"/>
- </label>
- </subviews>
- <constraints>
- <constraint firstItem="G5k-Pv-c5u" firstAttribute="leading" secondItem="19l-kJ-slU" secondAttribute="leading" constant="15" id="31c-gx-T5L"/>
- <constraint firstAttribute="trailing" secondItem="qfE-Ol-dr3" secondAttribute="trailing" constant="15" id="6PE-IQ-mnf"/>
- <constraint firstItem="XOB-4v-wqp" firstAttribute="leading" secondItem="G5k-Pv-c5u" secondAttribute="trailing" id="BNC-2q-shP"/>
- <constraint firstAttribute="bottom" secondItem="qfE-Ol-dr3" secondAttribute="bottom" constant="8.5" id="BfE-SG-l1u"/>
- <constraint firstItem="G5k-Pv-c5u" firstAttribute="top" secondItem="19l-kJ-slU" secondAttribute="top" constant="11" id="HyT-k2-fgm"/>
- <constraint firstItem="qfE-Ol-dr3" firstAttribute="top" secondItem="XOB-4v-wqp" secondAttribute="bottom" constant="15" id="RCg-Zx-Z3a"/>
- <constraint firstItem="XOB-4v-wqp" firstAttribute="top" secondItem="19l-kJ-slU" secondAttribute="top" constant="12" id="aZI-NM-bre"/>
- <constraint firstItem="qfE-Ol-dr3" firstAttribute="leading" secondItem="19l-kJ-slU" secondAttribute="leading" constant="15" id="dwN-dL-yKm"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="labelTitle" destination="G5k-Pv-c5u" id="XNx-nm-25m"/>
- <outlet property="labelValue" destination="qfE-Ol-dr3" id="8Vj-0I-UNw"/>
- <outlet property="starMark" destination="XOB-4v-wqp" id="3ik-qN-obH"/>
- </connections>
- <point key="canvasLocation" x="51" y="70"/>
- </tableViewCell>
- </objects>
- <resources>
- <systemColor name="systemPinkColor">
- <color red="1" green="0.17647058823529413" blue="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- </systemColor>
- </resources>
- </document>
|