FileListCell.xib 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
  3. <dependencies>
  4. <deployment identifier="iOS"/>
  5. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
  6. <capability name="Constraints to layout margins" minToolsVersion="6.0"/>
  7. </dependencies>
  8. <objects>
  9. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  10. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  11. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="68" id="KGk-i7-Jjw" customClass="FileListCell">
  12. <rect key="frame" x="0.0" y="0.0" width="320" height="68"/>
  13. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  14. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="67"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <subviews>
  18. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="dMf-6o-Vof">
  19. <rect key="frame" x="69" y="8" width="225" height="21"/>
  20. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  21. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  22. <nil key="highlightedColor"/>
  23. </label>
  24. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="KKS-RA-rhP">
  25. <rect key="frame" x="69" y="37" width="225" height="21"/>
  26. <fontDescription key="fontDescription" type="system" pointSize="17"/>
  27. <color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
  28. <nil key="highlightedColor"/>
  29. </label>
  30. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="NkW-V7-bC6">
  31. <rect key="frame" x="8" y="8" width="53" height="51"/>
  32. <constraints>
  33. <constraint firstAttribute="width" constant="53" id="Sfq-xU-ahX"/>
  34. </constraints>
  35. </imageView>
  36. </subviews>
  37. <constraints>
  38. <constraint firstItem="NkW-V7-bC6" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="01R-Ep-gqd"/>
  39. <constraint firstItem="KKS-RA-rhP" firstAttribute="leading" secondItem="dMf-6o-Vof" secondAttribute="leading" id="EEK-oB-lOj"/>
  40. <constraint firstItem="dMf-6o-Vof" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" id="GaP-9C-MRO"/>
  41. <constraint firstItem="KKS-RA-rhP" firstAttribute="trailing" secondItem="dMf-6o-Vof" secondAttribute="trailing" id="MZW-Jh-zhW"/>
  42. <constraint firstItem="NkW-V7-bC6" firstAttribute="bottom" secondItem="H2p-sc-9uM" secondAttribute="bottomMargin" id="NLJ-Ik-2fA"/>
  43. <constraint firstItem="KKS-RA-rhP" firstAttribute="top" secondItem="dMf-6o-Vof" secondAttribute="bottom" constant="8" symbolic="YES" id="h0c-SY-SUJ"/>
  44. <constraint firstItem="dMf-6o-Vof" firstAttribute="leading" secondItem="NkW-V7-bC6" secondAttribute="trailing" constant="8" symbolic="YES" id="hSE-G5-SQe"/>
  45. <constraint firstAttribute="trailingMargin" secondItem="dMf-6o-Vof" secondAttribute="trailing" constant="18" id="iRv-fW-FWG"/>
  46. <constraint firstItem="NkW-V7-bC6" firstAttribute="top" secondItem="dMf-6o-Vof" secondAttribute="top" id="pKx-l6-KDZ"/>
  47. </constraints>
  48. </tableViewCellContentView>
  49. <connections>
  50. <outlet property="headImage" destination="NkW-V7-bC6" id="InV-L9-mPB"/>
  51. <outlet property="subtitle" destination="KKS-RA-rhP" id="875-mf-s4E"/>
  52. <outlet property="title" destination="dMf-6o-Vof" id="eV9-V7-hiN"/>
  53. </connections>
  54. <point key="canvasLocation" x="433" y="399"/>
  55. </tableViewCell>
  56. </objects>
  57. </document>