| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13196" 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="13173"/>
- <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="CommonEditorCellSignature" rowHeight="200" id="9aX-4s-AhP" customClass="CommonEditorCellSignature">
- <rect key="frame" x="0.0" y="0.0" width="768" height="200"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="9aX-4s-AhP" id="xZe-NX-JWx">
- <rect key="frame" x="0.0" y="0.0" width="768" height="199.5"/>
- <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="jYO-xH-Oxj">
- <rect key="frame" x="5" y="20" width="42" height="21"/>
- <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="*" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="U7H-tl-AMa">
- <rect key="frame" x="47" y="15" width="10" height="30"/>
- <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>
- <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ikr-tA-lMl">
- <rect key="frame" x="5" y="60" width="758" height="120"/>
- <constraints>
- <constraint firstAttribute="height" constant="120" id="qW2-xK-iIp"/>
- </constraints>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="U7H-tl-AMa" firstAttribute="leading" secondItem="jYO-xH-Oxj" secondAttribute="trailing" id="DnU-lB-bBg"/>
- <constraint firstItem="ikr-tA-lMl" firstAttribute="leading" secondItem="xZe-NX-JWx" secondAttribute="leading" constant="5" id="H2U-gS-7xt"/>
- <constraint firstAttribute="trailing" secondItem="ikr-tA-lMl" secondAttribute="trailing" constant="5" id="Vhw-VQ-j7j"/>
- <constraint firstItem="jYO-xH-Oxj" firstAttribute="leading" secondItem="xZe-NX-JWx" secondAttribute="leading" constant="5" id="h66-lM-nxo"/>
- <constraint firstItem="ikr-tA-lMl" firstAttribute="top" secondItem="U7H-tl-AMa" secondAttribute="bottom" constant="15" id="pOO-B5-ogd"/>
- <constraint firstItem="U7H-tl-AMa" firstAttribute="top" secondItem="jYO-xH-Oxj" secondAttribute="top" constant="-5" id="s9N-7A-2b3"/>
- <constraint firstItem="jYO-xH-Oxj" firstAttribute="top" secondItem="xZe-NX-JWx" secondAttribute="top" constant="20" id="xNG-FV-ox8"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="imageviewSignature" destination="ikr-tA-lMl" id="ySg-je-lRM"/>
- <outlet property="labelTitle" destination="jYO-xH-Oxj" id="Z1C-Zf-buA"/>
- <outlet property="starMark" destination="U7H-tl-AMa" id="Bk1-eV-N7k"/>
- </connections>
- </tableViewCell>
- </objects>
- </document>
|