BannedActorCell.xib 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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_1" orientation="portrait" appearance="dark"/>
  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="System colors in document resources" minToolsVersion="11.0"/>
  9. <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  10. </dependencies>
  11. <objects>
  12. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  13. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  14. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="145" id="KGk-i7-Jjw" customClass="BannedActorCell" customModule="NextcloudTalk" customModuleProvider="target">
  15. <rect key="frame" x="0.0" y="0.0" width="422" height="145"/>
  16. <autoresizingMask key="autoresizingMask"/>
  17. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  18. <rect key="frame" x="0.0" y="0.0" width="422" height="145"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <view contentMode="scaleToFill" verticalCompressionResistancePriority="1000" translatesAutoresizingMaskIntoConstraints="NO" id="mNx-yG-fAe" userLabel="Label View">
  22. <rect key="frame" x="12" y="12" width="398" height="79"/>
  23. <subviews>
  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="XBj-oY-kPW" userLabel="Title Label">
  25. <rect key="frame" x="0.0" y="0.0" width="398" height="20"/>
  26. <constraints>
  27. <constraint firstAttribute="height" constant="20" id="YoD-zL-1qj"/>
  28. </constraints>
  29. <fontDescription key="fontDescription" style="UICTFontTextStyleHeadline"/>
  30. <nil key="textColor"/>
  31. <nil key="highlightedColor"/>
  32. </label>
  33. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" verticalCompressionResistancePriority="1000" text="Details" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ghb-EI-AhT" userLabel="Details Label">
  34. <rect key="frame" x="0.0" y="20" width="398" height="59"/>
  35. <constraints>
  36. <constraint firstAttribute="height" relation="greaterThanOrEqual" id="oP4-Gm-srE"/>
  37. </constraints>
  38. <fontDescription key="fontDescription" style="UICTFontTextStyleCaption1"/>
  39. <color key="textColor" systemColor="secondaryLabelColor"/>
  40. <nil key="highlightedColor"/>
  41. </label>
  42. </subviews>
  43. <constraints>
  44. <constraint firstAttribute="trailing" secondItem="ghb-EI-AhT" secondAttribute="trailing" id="1SQ-c8-RyU"/>
  45. <constraint firstItem="XBj-oY-kPW" firstAttribute="leading" secondItem="mNx-yG-fAe" secondAttribute="leading" id="2Xu-Rj-GrX"/>
  46. <constraint firstAttribute="bottom" secondItem="ghb-EI-AhT" secondAttribute="bottom" id="6Ac-cy-zKg"/>
  47. <constraint firstItem="ghb-EI-AhT" firstAttribute="leading" secondItem="mNx-yG-fAe" secondAttribute="leading" id="DWw-7B-Hae"/>
  48. <constraint firstAttribute="trailing" secondItem="XBj-oY-kPW" secondAttribute="trailing" id="d4Q-Ra-0d6"/>
  49. <constraint firstItem="XBj-oY-kPW" firstAttribute="top" secondItem="mNx-yG-fAe" secondAttribute="top" id="e9M-Gj-Xs8"/>
  50. <constraint firstItem="ghb-EI-AhT" firstAttribute="top" secondItem="XBj-oY-kPW" secondAttribute="bottom" id="n9O-tQ-0fY"/>
  51. <constraint firstAttribute="height" relation="greaterThanOrEqual" id="qo9-SF-MyP"/>
  52. </constraints>
  53. </view>
  54. <stackView opaque="NO" contentMode="scaleToFill" distribution="equalSpacing" spacing="10" translatesAutoresizingMaskIntoConstraints="NO" id="OmP-GW-Hgh">
  55. <rect key="frame" x="341" y="103" width="69" height="34"/>
  56. <subviews>
  57. <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="system" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="z0q-UE-cMb" userLabel="Unban button" customClass="NCButton" customModule="NextcloudTalk" customModuleProvider="target">
  58. <rect key="frame" x="0.0" y="0.0" width="69" height="34"/>
  59. <inset key="contentEdgeInsets" minX="12" minY="8" maxX="12" maxY="8"/>
  60. <inset key="imageEdgeInsets" minX="0.0" minY="0.0" maxX="2.2250738585072014e-308" maxY="0.0"/>
  61. <state key="normal" title="Unban"/>
  62. </button>
  63. </subviews>
  64. <constraints>
  65. <constraint firstAttribute="height" constant="34" id="1Ph-uc-hCu"/>
  66. </constraints>
  67. </stackView>
  68. </subviews>
  69. <viewLayoutGuide key="safeArea" id="ML2-GP-tWC"/>
  70. <constraints>
  71. <constraint firstItem="OmP-GW-Hgh" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="ML2-GP-tWC" secondAttribute="leading" constant="12" id="1ul-2K-2y0"/>
  72. <constraint firstItem="mNx-yG-fAe" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="12" id="RZZ-by-PX9"/>
  73. <constraint firstItem="OmP-GW-Hgh" firstAttribute="top" secondItem="mNx-yG-fAe" secondAttribute="bottom" constant="12" id="WlF-Ng-EWa"/>
  74. <constraint firstItem="mNx-yG-fAe" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="eP9-Qz-l2e"/>
  75. <constraint firstItem="ML2-GP-tWC" firstAttribute="trailing" secondItem="OmP-GW-Hgh" secondAttribute="trailing" constant="12" id="omg-Cr-POK"/>
  76. <constraint firstAttribute="trailing" secondItem="mNx-yG-fAe" secondAttribute="trailing" constant="12" id="wTA-9x-zNY"/>
  77. <constraint firstAttribute="bottom" secondItem="OmP-GW-Hgh" secondAttribute="bottom" constant="8" id="y6Q-Ax-M0E"/>
  78. </constraints>
  79. </tableViewCellContentView>
  80. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  81. <constraints>
  82. <constraint firstItem="H2p-sc-9uM" firstAttribute="bottom" secondItem="aW0-zy-SZf" secondAttribute="bottom" id="DE8-g9-bsC"/>
  83. <constraint firstItem="H2p-sc-9uM" firstAttribute="trailing" secondItem="aW0-zy-SZf" secondAttribute="trailing" id="F2e-bf-8Q4"/>
  84. <constraint firstItem="H2p-sc-9uM" firstAttribute="top" secondItem="aW0-zy-SZf" secondAttribute="top" id="bo7-w2-Dl1"/>
  85. <constraint firstItem="H2p-sc-9uM" firstAttribute="leading" secondItem="aW0-zy-SZf" secondAttribute="leading" id="sdi-ee-8qh"/>
  86. </constraints>
  87. <connections>
  88. <outlet property="detailsLabel" destination="ghb-EI-AhT" id="ean-qp-TVZ"/>
  89. <outlet property="titleLabel" destination="XBj-oY-kPW" id="t8J-mo-10v"/>
  90. <outlet property="unbanButton" destination="z0q-UE-cMb" id="mqC-nt-cAr"/>
  91. </connections>
  92. <point key="canvasLocation" x="146.37681159420291" y="51.227678571428569"/>
  93. </tableViewCell>
  94. </objects>
  95. <resources>
  96. <systemColor name="secondaryLabelColor">
  97. <color red="0.23529411759999999" green="0.23529411759999999" blue="0.26274509800000001" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
  98. </systemColor>
  99. </resources>
  100. </document>