| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?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" restorationIdentifier="CommonEditorCellAction" selectionStyle="default" indentationWidth="10" reuseIdentifier="CommonEditorCellAction" id="U15-Sp-aMh" customClass="CommonEditorCellAction">
- <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="U15-Sp-aMh" id="FGL-Bg-LHQ">
- <rect key="frame" x="0.0" y="0.0" width="768" height="43.5"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CRd-Yb-uoL">
- <rect key="frame" x="7" y="11" width="754" 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>
- </subviews>
- <constraints>
- <constraint firstItem="CRd-Yb-uoL" firstAttribute="top" secondItem="FGL-Bg-LHQ" secondAttribute="top" constant="11" id="2HN-nZ-fVd"/>
- <constraint firstAttribute="bottom" secondItem="CRd-Yb-uoL" secondAttribute="bottom" constant="11.5" id="KJX-Mg-n8W"/>
- <constraint firstAttribute="trailing" secondItem="CRd-Yb-uoL" secondAttribute="trailing" constant="7" id="Xim-iJ-KHs"/>
- <constraint firstItem="CRd-Yb-uoL" firstAttribute="leading" secondItem="FGL-Bg-LHQ" secondAttribute="leading" constant="7" id="e7y-Lg-Cm2"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="labelAction" destination="CRd-Yb-uoL" id="ja3-B7-7tB"/>
- </connections>
- </tableViewCell>
- </objects>
- </document>
|