DataTableViewCell.xib 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9059" systemVersion="15B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9049"/>
  6. </dependencies>
  7. <objects>
  8. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  9. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  10. <tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" id="c3H-ux-4zZ" customClass="DataTableViewCell" customModule="SlideMenuControllerSwift" customModuleProvider="target">
  11. <rect key="frame" x="0.0" y="0.0" width="320" height="80"/>
  12. <autoresizingMask key="autoresizingMask"/>
  13. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="c3H-ux-4zZ" id="eWK-b2-p7R">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="79.5"/>
  15. <autoresizingMask key="autoresizingMask"/>
  16. <subviews>
  17. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="ppM-43-tik">
  18. <rect key="frame" x="0.0" y="0.0" width="80" height="80"/>
  19. <animations/>
  20. <constraints>
  21. <constraint firstAttribute="height" constant="80" id="osB-9J-1ls"/>
  22. <constraint firstAttribute="width" constant="80" id="wNA-oV-Ceo"/>
  23. </constraints>
  24. </imageView>
  25. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="I30-9I-EnW">
  26. <rect key="frame" x="88" y="19" width="224" height="42"/>
  27. <animations/>
  28. <constraints>
  29. <constraint firstAttribute="height" constant="42" id="tMX-bK-3QC"/>
  30. </constraints>
  31. <fontDescription key="fontDescription" type="system" pointSize="16"/>
  32. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  33. <nil key="highlightedColor"/>
  34. </label>
  35. </subviews>
  36. <animations/>
  37. <constraints>
  38. <constraint firstItem="I30-9I-EnW" firstAttribute="leading" secondItem="ppM-43-tik" secondAttribute="trailing" constant="8" id="0sI-CM-qrq"/>
  39. <constraint firstItem="I30-9I-EnW" firstAttribute="centerY" secondItem="eWK-b2-p7R" secondAttribute="centerY" id="CC8-Ve-GEE"/>
  40. <constraint firstItem="ppM-43-tik" firstAttribute="top" secondItem="eWK-b2-p7R" secondAttribute="top" id="Ejt-ht-YfW"/>
  41. <constraint firstItem="ppM-43-tik" firstAttribute="leading" secondItem="eWK-b2-p7R" secondAttribute="leading" id="c9f-ya-sBc"/>
  42. <constraint firstAttribute="trailing" secondItem="I30-9I-EnW" secondAttribute="trailing" constant="8" id="rG9-lK-Ze8"/>
  43. </constraints>
  44. </tableViewCellContentView>
  45. <animations/>
  46. <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
  47. <connections>
  48. <outlet property="dataImage" destination="ppM-43-tik" id="xdO-QO-GUo"/>
  49. <outlet property="dataText" destination="I30-9I-EnW" id="vsj-dK-z9n"/>
  50. </connections>
  51. <point key="canvasLocation" x="249" y="183"/>
  52. </tableViewCell>
  53. </objects>
  54. </document>