RoomNameTableViewCell.xib 6.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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="retina4_7" 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="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
  9. </dependencies>
  10. <objects>
  11. <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
  12. <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
  13. <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="78" id="KGk-i7-Jjw" customClass="RoomNameTableViewCell" customModule="NextcloudTalk" customModuleProvider="target">
  14. <rect key="frame" x="0.0" y="0.0" width="320" height="78"/>
  15. <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
  16. <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
  17. <rect key="frame" x="0.0" y="0.0" width="320" height="78"/>
  18. <autoresizingMask key="autoresizingMask"/>
  19. <subviews>
  20. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="IiJ-Ao-EEL" customClass="AvatarImageView" customModule="NextcloudTalk" customModuleProvider="target">
  21. <rect key="frame" x="12" y="15" width="48" height="48"/>
  22. <color key="backgroundColor" red="0.83529411760000005" green="0.83529411760000005" blue="0.83529411760000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
  23. <constraints>
  24. <constraint firstAttribute="height" constant="48" id="Qhu-i9-95A"/>
  25. <constraint firstAttribute="width" constant="48" id="Sbl-7k-erM"/>
  26. </constraints>
  27. </imageView>
  28. <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Conversation name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="WkN-Ku-QtW">
  29. <rect key="frame" x="72" y="24" width="236" height="30"/>
  30. <constraints>
  31. <constraint firstAttribute="height" constant="30" id="QFA-4P-uQ5"/>
  32. </constraints>
  33. <fontDescription key="fontDescription" type="system" pointSize="19"/>
  34. <textInputTraits key="textInputTraits" autocapitalizationType="sentences" autocorrectionType="yes" spellCheckingType="yes"/>
  35. </textField>
  36. <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="COX-Df-tcP">
  37. <rect key="frame" x="45" y="7" width="20" height="20"/>
  38. <color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
  39. <constraints>
  40. <constraint firstAttribute="width" constant="20" id="T3m-Fm-M9H"/>
  41. <constraint firstAttribute="height" constant="20" id="fdR-3i-Vbj"/>
  42. </constraints>
  43. </imageView>
  44. </subviews>
  45. <viewLayoutGuide key="safeArea" id="TV0-VB-OWd"/>
  46. <constraints>
  47. <constraint firstItem="WkN-Ku-QtW" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="24" id="2LV-SW-L4n"/>
  48. <constraint firstItem="WkN-Ku-QtW" firstAttribute="leading" secondItem="IiJ-Ao-EEL" secondAttribute="trailing" constant="12" id="5jz-Cf-454"/>
  49. <constraint firstItem="IiJ-Ao-EEL" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="BY5-Pv-9UU"/>
  50. <constraint firstItem="WkN-Ku-QtW" firstAttribute="bottom" secondItem="H2p-sc-9uM" secondAttribute="bottom" constant="-24" id="FF2-cG-VGP"/>
  51. <constraint firstItem="WkN-Ku-QtW" firstAttribute="trailing" secondItem="H2p-sc-9uM" secondAttribute="trailing" constant="-12" id="HWQ-r4-cH2"/>
  52. <constraint firstItem="IiJ-Ao-EEL" firstAttribute="bottom" secondItem="H2p-sc-9uM" secondAttribute="bottom" constant="-15" id="Pgo-MZ-Zhv"/>
  53. <constraint firstItem="COX-Df-tcP" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="45" id="fcB-Zg-Be6"/>
  54. <constraint firstItem="COX-Df-tcP" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="7" id="maL-So-pcv"/>
  55. <constraint firstItem="IiJ-Ao-EEL" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="15" id="uQR-UO-45J"/>
  56. </constraints>
  57. </tableViewCellContentView>
  58. <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
  59. <connections>
  60. <outlet property="favoriteImage" destination="COX-Df-tcP" id="Ss9-nl-s82"/>
  61. <outlet property="roomImage" destination="IiJ-Ao-EEL" id="r5l-dX-A2L"/>
  62. <outlet property="roomNameTextField" destination="WkN-Ku-QtW" id="A3A-Wo-ORi"/>
  63. </connections>
  64. <point key="canvasLocation" x="34" y="72"/>
  65. </tableViewCell>
  66. </objects>
  67. </document>