| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14810.11" 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="14766.13"/>
- <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 clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="default" indentationWidth="10" reuseIdentifier="SetupImageTableViewCell" rowHeight="179" id="Did-Fm-7Z3" customClass="SetupImageTableViewCell" customModule="RileyLinkKitUI" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="375" height="179"/>
- <autoresizingMask key="autoresizingMask"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="Did-Fm-7Z3" id="F06-rr-qGg">
- <rect key="frame" x="0.0" y="0.0" width="375" height="179"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" placeholderIntrinsicWidth="276" placeholderIntrinsicHeight="168" translatesAutoresizingMaskIntoConstraints="NO" id="AlV-MZ-3IO">
- <rect key="frame" x="49.5" y="0.0" width="276" height="168"/>
- </imageView>
- </subviews>
- <constraints>
- <constraint firstItem="AlV-MZ-3IO" firstAttribute="centerX" secondItem="F06-rr-qGg" secondAttribute="centerX" id="9jb-gL-V2E"/>
- <constraint firstItem="AlV-MZ-3IO" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="F06-rr-qGg" secondAttribute="leadingMargin" id="OGb-R7-ube"/>
- <constraint firstItem="AlV-MZ-3IO" firstAttribute="top" secondItem="F06-rr-qGg" secondAttribute="top" id="VQ5-yW-kYm"/>
- <constraint firstAttribute="trailingMargin" relation="greaterThanOrEqual" secondItem="AlV-MZ-3IO" secondAttribute="trailing" id="a1I-gZ-3Ec"/>
- <constraint firstAttribute="bottomMargin" secondItem="AlV-MZ-3IO" secondAttribute="bottom" id="xjl-Cv-kyO"/>
- </constraints>
- </tableViewCellContentView>
- <color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
- <connections>
- <outlet property="mainImageView" destination="AlV-MZ-3IO" id="1rS-6N-0k5"/>
- </connections>
- <point key="canvasLocation" x="138" y="147"/>
- </tableViewCell>
- </objects>
- </document>
|