YXStepTableViewCell.xib 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <device id="retina6_12" orientation="portrait" appearance="light"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
  7. <capability name="Safe area layout guides" minToolsVersion="9.0"/>
  8. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="280" id="KGk-i7-Jjw" customClass="YXStepTableViewCell">
  14. <rect key="frame" x="0.0" y="0.0" width="405" height="280"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="405" height="280"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <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">
  21. <rect key="frame" x="15" y="5" width="375" height="40"/>
  22. <constraints>
  23. <constraint firstAttribute="height" constant="40" id="vnB-rl-4my"/>
  24. </constraints>
  25. <fontDescription key="fontDescription" type="system" pointSize="14"/>
  26. <color key="textColor" red="0.11764705882352941" green="0.11764705882352941" blue="0.11764705882352941" alpha="1" colorSpace="calibratedRGB"/>
  27. <nil key="highlightedColor"/>
  28. </label>
  29. <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="oqG-bb-jxq">
  30. <rect key="frame" x="20" y="45" width="365" height="230"/>
  31. </imageView>
  32. </subviews>
  33. <constraints>
  34. <constraint firstItem="oqG-bb-jxq" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="20" id="0YM-gN-1HF"/>
  35. <constraint firstAttribute="bottom" secondItem="oqG-bb-jxq" secondAttribute="bottom" constant="5" id="Hxe-0a-TT8"/>
  36. <constraint firstItem="jmZ-dq-1t9" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="5" id="aMA-SW-Pap"/>
  37. <constraint firstAttribute="trailing" secondItem="jmZ-dq-1t9" secondAttribute="trailing" constant="15" id="cLW-V6-tqp"/>
  38. <constraint firstAttribute="trailing" secondItem="oqG-bb-jxq" secondAttribute="trailing" constant="20" id="gUE-QI-a4f"/>
  39. <constraint firstItem="oqG-bb-jxq" firstAttribute="top" secondItem="jmZ-dq-1t9" secondAttribute="bottom" id="idb-7Z-iBM"/>
  40. <constraint firstItem="jmZ-dq-1t9" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="15" id="vrk-oX-0Uz"/>
  41. </constraints>
  42. </tableViewCellContentView>
  43. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  44. <connections>
  45. <outlet property="picImgView" destination="oqG-bb-jxq" id="hT5-q6-rOC"/>
  46. <outlet property="stepTextLabel" destination="jmZ-dq-1t9" id="ptd-7k-yrK"/>
  47. </connections>
  48. <point key="canvasLocation" x="119.84732824427481" y="102.8169014084507"/>
  49. </tableViewCell>
  50. </objects>
  51. </document>