SetupImageTableViewCell.xib 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina4_7" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14766.13"/>
  7. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  8. </dependencies>
  9. <objects>
  10. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  11. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  12. <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">
  13. <rect key="frame" x="0.0" y="0.0" width="375" height="179"/>
  14. <autoresizingMask key="autoresizingMask"/>
  15. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" insetsLayoutMarginsFromSafeArea="NO" tableViewCell="Did-Fm-7Z3" id="F06-rr-qGg">
  16. <rect key="frame" x="0.0" y="0.0" width="375" height="179"/>
  17. <autoresizingMask key="autoresizingMask"/>
  18. <subviews>
  19. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" placeholderIntrinsicWidth="276" placeholderIntrinsicHeight="168" translatesAutoresizingMaskIntoConstraints="NO" id="AlV-MZ-3IO">
  20. <rect key="frame" x="49.5" y="0.0" width="276" height="168"/>
  21. </imageView>
  22. </subviews>
  23. <constraints>
  24. <constraint firstItem="AlV-MZ-3IO" firstAttribute="centerX" secondItem="F06-rr-qGg" secondAttribute="centerX" id="9jb-gL-V2E"/>
  25. <constraint firstItem="AlV-MZ-3IO" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="F06-rr-qGg" secondAttribute="leadingMargin" id="OGb-R7-ube"/>
  26. <constraint firstItem="AlV-MZ-3IO" firstAttribute="top" secondItem="F06-rr-qGg" secondAttribute="top" id="VQ5-yW-kYm"/>
  27. <constraint firstAttribute="trailingMargin" relation="greaterThanOrEqual" secondItem="AlV-MZ-3IO" secondAttribute="trailing" id="a1I-gZ-3Ec"/>
  28. <constraint firstAttribute="bottomMargin" secondItem="AlV-MZ-3IO" secondAttribute="bottom" id="xjl-Cv-kyO"/>
  29. </constraints>
  30. </tableViewCellContentView>
  31. <color key="backgroundColor" xcode11CocoaTouchSystemColor="systemBackgroundColor" cocoaTouchSystemColor="whiteColor"/>
  32. <connections>
  33. <outlet property="mainImageView" destination="AlV-MZ-3IO" id="1rS-6N-0k5"/>
  34. </connections>
  35. <point key="canvasLocation" x="138" y="147"/>
  36. </tableViewCell>
  37. </objects>
  38. </document>