| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?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="ipad9_7" orientation="portrait" layout="fullscreen" 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" restorationIdentifier="CommonEditorCellAction" selectionStyle="default" indentationWidth="10" reuseIdentifier="CommonEditorCellAction" id="Fja-5i-nBW" 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="Fja-5i-nBW" id="iZ3-G4-HAb">
- <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" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="LYT-vW-ss8">
- <rect key="frame" x="8" y="11" width="752" height="22"/>
- <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 firstAttribute="trailing" secondItem="LYT-vW-ss8" secondAttribute="trailing" constant="8" id="0Z3-Tf-KMf"/>
- <constraint firstItem="LYT-vW-ss8" firstAttribute="leading" secondItem="iZ3-G4-HAb" secondAttribute="leading" constant="8" id="9Rg-ke-aOk"/>
- <constraint firstItem="LYT-vW-ss8" firstAttribute="top" secondItem="iZ3-G4-HAb" secondAttribute="topMargin" id="ASR-RV-Xxf"/>
- <constraint firstItem="LYT-vW-ss8" firstAttribute="centerY" secondItem="iZ3-G4-HAb" secondAttribute="centerY" id="Ejy-D9-5fL"/>
- <constraint firstItem="LYT-vW-ss8" firstAttribute="centerX" secondItem="iZ3-G4-HAb" secondAttribute="centerX" id="XXV-Ch-Vsr"/>
- </constraints>
- </tableViewCellContentView>
- <connections>
- <outlet property="labelAction" destination="LYT-vW-ss8" id="Zhr-Dq-QZW"/>
- </connections>
- <point key="canvasLocation" x="-38" y="154"/>
- </tableViewCell>
- </objects>
- </document>
|