123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_12" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
- <capability name="Safe area layout guides" minToolsVersion="9.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" rowHeight="280" id="KGk-i7-Jjw" customClass="YXStepTableViewCell">
- <rect key="frame" x="0.0" y="0.0" width="405" height="280"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="405" height="280"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jmZ-dq-1t9">
- <rect key="frame" x="15" y="5" width="375" height="40"/>
- <constraints>
- <constraint firstAttribute="height" constant="40" id="vnB-rl-4my"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="14"/>
- <color key="textColor" red="0.11764705882352941" green="0.11764705882352941" blue="0.11764705882352941" alpha="1" colorSpace="calibratedRGB"/>
- <nil key="highlightedColor"/>
- </label>
- <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="oqG-bb-jxq">
- <rect key="frame" x="20" y="45" width="365" height="230"/>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="oqG-bb-jxq" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="0YM-gN-1HF"/>
- <constraint firstAttribute="bottom" secondItem="oqG-bb-jxq" secondAttribute="bottom" constant="5" id="Hxe-0a-TT8"/>
- <constraint firstItem="jmZ-dq-1t9" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="aMA-SW-Pap"/>
- <constraint firstAttribute="trailing" secondItem="jmZ-dq-1t9" secondAttribute="trailing" constant="15" id="cLW-V6-tqp"/>
- <constraint firstAttribute="trailing" secondItem="oqG-bb-jxq" secondAttribute="trailing" constant="20" id="gUE-QI-a4f"/>
- <constraint firstItem="oqG-bb-jxq" firstAttribute="top" secondItem="jmZ-dq-1t9" secondAttribute="bottom" id="idb-7Z-iBM"/>
- <constraint firstItem="jmZ-dq-1t9" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="vrk-oX-0Uz"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="picImgView" destination="oqG-bb-jxq" id="hT5-q6-rOC"/>
- <outlet property="stepTextLabel" destination="jmZ-dq-1t9" id="ptd-7k-yrK"/>
- </connections>
- <point key="canvasLocation" x="119.84732824427481" y="102.8169014084507"/>
- </tableViewCell>
- </objects>
- </document>
|