CCCellShareExt.xib 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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">
  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" customClass="CustomCellFileAndDirectory"/>
  10. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  11. <tableViewCell contentMode="scaleToFill" selectionStyle="blue" indentationWidth="0.0" reuseIdentifier="ShareExtCell" rowHeight="80" id="2" customClass="CCCellShareExt">
  12. <rect key="frame" x="0.0" y="0.0" width="597" height="80"/>
  13. <autoresizingMask key="autoresizingMask" flexibleMaxY="YES"/>
  14. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="2" id="sQq-jC-UEV">
  15. <rect key="frame" x="0.0" y="0.0" width="597" height="79.5"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <subviews>
  18. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="5">
  19. <rect key="frame" x="8" y="3" width="75" height="75"/>
  20. <constraints>
  21. <constraint firstAttribute="height" constant="75" id="2Z3-9a-dWb"/>
  22. <constraint firstAttribute="width" constant="75" id="fbQ-SN-CAK"/>
  23. </constraints>
  24. </imageView>
  25. <label opaque="NO" userInteractionEnabled="NO" tag="102" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="0.0" translatesAutoresizingMaskIntoConstraints="NO" id="15D-cA-LLO" userLabel="Informazioni">
  26. <rect key="frame" x="91" y="3" width="501" height="75"/>
  27. <constraints>
  28. <constraint firstAttribute="height" constant="75" id="vPY-Rf-Mrc"/>
  29. </constraints>
  30. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  31. <color key="textColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/>
  32. <nil key="highlightedColor"/>
  33. </label>
  34. </subviews>
  35. <constraints>
  36. <constraint firstItem="5" firstAttribute="top" secondItem="sQq-jC-UEV" secondAttribute="topMargin" constant="-5" id="CT9-rd-lYA"/>
  37. <constraint firstAttribute="centerY" secondItem="15D-cA-LLO" secondAttribute="centerY" constant="-0.75" id="V5R-W6-5cF"/>
  38. <constraint firstAttribute="trailingMargin" secondItem="15D-cA-LLO" secondAttribute="trailing" constant="-3" id="cXo-tP-zxr"/>
  39. <constraint firstItem="15D-cA-LLO" firstAttribute="leading" secondItem="sQq-jC-UEV" secondAttribute="leadingMargin" constant="83" id="gIu-0P-Kea"/>
  40. <constraint firstItem="5" firstAttribute="leading" secondItem="sQq-jC-UEV" secondAttribute="leadingMargin" id="lC5-mh-JFW"/>
  41. </constraints>
  42. </tableViewCellContentView>
  43. <connections>
  44. <outlet property="fileImageView" destination="5" id="6"/>
  45. <outlet property="labelInformazioni" destination="15D-cA-LLO" id="So0-uY-bRj"/>
  46. </connections>
  47. <point key="canvasLocation" x="171.5" y="416"/>
  48. </tableViewCell>
  49. </objects>
  50. </document>