UserSettingsTableViewCell.xib 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
  3. <device id="retina4_7" orientation="portrait" appearance="dark"/>
  4. <dependencies>
  5. <deployment identifier="iOS"/>
  6. <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
  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" id="KGk-i7-Jjw" customClass="UserSettingsTableViewCell" customModule="NextcloudTalk" customModuleProvider="target">
  15. <rect key="frame" x="0.0" y="0.0" width="320" height="100"/>
  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="320" height="100"/>
  19. <autoresizingMask key="autoresizingMask"/>
  20. <subviews>
  21. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="qPz-Ql-jNV">
  22. <rect key="frame" x="16" y="10" width="80" height="80"/>
  23. <color key="backgroundColor" red="0.83529411760000005" green="0.83529411760000005" blue="0.83529411760000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  24. <constraints>
  25. <constraint firstAttribute="height" constant="80" id="Qad-xb-MWS"/>
  26. <constraint firstAttribute="width" constant="80" id="TBG-Ma-s6F"/>
  27. </constraints>
  28. </imageView>
  29. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" minimumFontSize="14" translatesAutoresizingMaskIntoConstraints="NO" id="Swb-9J-rh9">
  30. <rect key="frame" x="112" y="20" width="196" height="40"/>
  31. <constraints>
  32. <constraint firstAttribute="height" constant="40" id="deO-fb-3oZ"/>
  33. </constraints>
  34. <fontDescription key="fontDescription" type="system" pointSize="26"/>
  35. <nil key="textColor"/>
  36. <nil key="highlightedColor"/>
  37. </label>
  38. <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="HV6-ub-cLt">
  39. <rect key="frame" x="112" y="60" width="196" height="20"/>
  40. <constraints>
  41. <constraint firstAttribute="height" constant="20" id="G67-zI-feR"/>
  42. </constraints>
  43. <fontDescription key="fontDescription" type="system" pointSize="12"/>
  44. <color key="textColor" systemColor="secondaryLabelColor"/>
  45. <nil key="highlightedColor"/>
  46. </label>
  47. </subviews>
  48. <viewLayoutGuide key="safeArea" id="16D-xc-wjn"/>
  49. <constraints>
  50. <constraint firstItem="Swb-9J-rh9" firstAttribute="leading" secondItem="qPz-Ql-jNV" secondAttribute="trailing" constant="16" id="335-x5-qrU"/>
  51. <constraint firstItem="qPz-Ql-jNV" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="10" id="7iM-vf-Cq5"/>
  52. <constraint firstItem="HV6-ub-cLt" firstAttribute="trailing" secondItem="H2p-sc-9uM" secondAttribute="trailing" constant="-12" id="9Q4-qB-myb"/>
  53. <constraint firstItem="qPz-Ql-jNV" firstAttribute="bottom" secondItem="H2p-sc-9uM" secondAttribute="bottom" constant="-10" id="Lh5-B9-vGm"/>
  54. <constraint firstItem="HV6-ub-cLt" firstAttribute="top" secondItem="Swb-9J-rh9" secondAttribute="bottom" id="ch9-n7-VFo"/>
  55. <constraint firstItem="Swb-9J-rh9" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="20" id="dVc-WW-RKs"/>
  56. <constraint firstItem="HV6-ub-cLt" firstAttribute="leading" secondItem="qPz-Ql-jNV" secondAttribute="trailing" constant="16" id="gPJ-i6-5yz"/>
  57. <constraint firstItem="Swb-9J-rh9" firstAttribute="trailing" secondItem="H2p-sc-9uM" secondAttribute="trailing" constant="-12" id="iNd-rN-aEd"/>
  58. <constraint firstItem="qPz-Ql-jNV" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="jEA-aR-uii"/>
  59. </constraints>
  60. </tableViewCellContentView>
  61. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  62. <connections>
  63. <outlet property="serverAddressLabel" destination="HV6-ub-cLt" id="ZMf-EM-YKg"/>
  64. <outlet property="userDisplayNameLabel" destination="Swb-9J-rh9" id="X2G-cu-ALr"/>
  65. <outlet property="userImageView" destination="qPz-Ql-jNV" id="pfb-xJ-i3d"/>
  66. </connections>
  67. <point key="canvasLocation" x="139" y="155"/>
  68. </tableViewCell>
  69. </objects>
  70. <resources>
  71. <systemColor name="secondaryLabelColor">
  72. <color red="0.23529411764705882" green="0.23529411764705882" blue="0.2627450980392157" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
  73. </systemColor>
  74. </resources>
  75. </document>