RoomInvitationViewCell.xib 5.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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="22684"/>
  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="60" id="KGk-i7-Jjw" customClass="RoomInvitationViewCell" customModule="NextcloudTalk" customModuleProvider="target">
  15. <rect key="frame" x="0.0" y="0.0" width="422" height="60"/>
  16. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  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="60"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="dcY-oL-E4k">
  22. <rect key="frame" x="8" y="8" width="406" height="44"/>
  23. <subviews>
  24. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" usesAttributedText="YES" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ghb-EI-AhT" userLabel="Details Label">
  25. <rect key="frame" x="182.5" y="12" width="41.5" height="20.5"/>
  26. <constraints>
  27. <constraint firstAttribute="width" relation="greaterThanOrEqual" id="lIq-Km-Kyr"/>
  28. </constraints>
  29. <attributedString key="attributedText">
  30. <fragment content="Label">
  31. <attributes>
  32. <color key="NSColor" systemColor="labelColor"/>
  33. <font key="NSFont" metaFont="system" size="17"/>
  34. </attributes>
  35. </fragment>
  36. </attributedString>
  37. <nil key="highlightedColor"/>
  38. </label>
  39. </subviews>
  40. <color key="backgroundColor" systemColor="secondarySystemBackgroundColor"/>
  41. <constraints>
  42. <constraint firstItem="ghb-EI-AhT" firstAttribute="centerX" secondItem="dcY-oL-E4k" secondAttribute="centerX" id="19C-HO-Oen"/>
  43. <constraint firstItem="ghb-EI-AhT" firstAttribute="centerY" secondItem="dcY-oL-E4k" secondAttribute="centerY" id="TJr-3x-Esk"/>
  44. </constraints>
  45. <userDefinedRuntimeAttributes>
  46. <userDefinedRuntimeAttribute type="number" keyPath="layer.cornerRadius">
  47. <integer key="value" value="10"/>
  48. </userDefinedRuntimeAttribute>
  49. <userDefinedRuntimeAttribute type="boolean" keyPath="layer.maskToBounds" value="YES"/>
  50. </userDefinedRuntimeAttributes>
  51. </view>
  52. </subviews>
  53. <viewLayoutGuide key="safeArea" id="ML2-GP-tWC"/>
  54. <constraints>
  55. <constraint firstItem="dcY-oL-E4k" firstAttribute="leading" secondItem="ML2-GP-tWC" secondAttribute="leading" constant="8" id="6fr-uf-dMc"/>
  56. <constraint firstItem="ML2-GP-tWC" firstAttribute="trailing" secondItem="dcY-oL-E4k" secondAttribute="trailing" constant="8" id="7ms-SH-gPo"/>
  57. <constraint firstItem="ML2-GP-tWC" firstAttribute="bottom" secondItem="dcY-oL-E4k" secondAttribute="bottom" constant="8" id="dtL-cE-Kga"/>
  58. <constraint firstItem="dcY-oL-E4k" firstAttribute="top" secondItem="ML2-GP-tWC" secondAttribute="top" constant="8" id="zW3-bo-YcL"/>
  59. </constraints>
  60. </tableViewCellContentView>
  61. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  62. <connections>
  63. <outlet property="detailsLabel" destination="ghb-EI-AhT" id="ean-qp-TVZ"/>
  64. </connections>
  65. <point key="canvasLocation" x="121.73913043478262" y="39.508928571428569"/>
  66. </tableViewCell>
  67. </objects>
  68. <resources>
  69. <systemColor name="labelColor">
  70. <color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  71. </systemColor>
  72. <systemColor name="secondarySystemBackgroundColor">
  73. <color red="0.94901960780000005" green="0.94901960780000005" blue="0.96862745100000003" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  74. </systemColor>
  75. </resources>
  76. </document>