12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="UTF-8"?>
- <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">
- <device id="retina4_7" orientation="portrait" appearance="dark"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
- <capability name="Safe area layout guides" minToolsVersion="9.0"/>
- <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
- </dependencies>
- <objects>
- <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
- <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
- <tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="78" id="KGk-i7-Jjw" customClass="RoomNameTableViewCell" customModule="NextcloudTalk" customModuleProvider="target">
- <rect key="frame" x="0.0" y="0.0" width="320" height="78"/>
- <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
- <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
- <rect key="frame" x="0.0" y="0.0" width="320" height="78"/>
- <autoresizingMask key="autoresizingMask"/>
- <subviews>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="IiJ-Ao-EEL" customClass="AvatarImageView" customModule="NextcloudTalk" customModuleProvider="target">
- <rect key="frame" x="12" y="15" width="48" height="48"/>
- <color key="backgroundColor" red="0.83529411760000005" green="0.83529411760000005" blue="0.83529411760000005" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
- <constraints>
- <constraint firstAttribute="height" constant="48" id="Qhu-i9-95A"/>
- <constraint firstAttribute="width" constant="48" id="Sbl-7k-erM"/>
- </constraints>
- </imageView>
- <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Conversation name" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="WkN-Ku-QtW">
- <rect key="frame" x="72" y="24" width="236" height="30"/>
- <constraints>
- <constraint firstAttribute="height" constant="30" id="QFA-4P-uQ5"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="19"/>
- <textInputTraits key="textInputTraits" autocapitalizationType="sentences" autocorrectionType="yes" spellCheckingType="yes"/>
- </textField>
- <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="COX-Df-tcP">
- <rect key="frame" x="45" y="7" width="20" height="20"/>
- <color key="tintColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
- <constraints>
- <constraint firstAttribute="width" constant="20" id="T3m-Fm-M9H"/>
- <constraint firstAttribute="height" constant="20" id="fdR-3i-Vbj"/>
- </constraints>
- </imageView>
- </subviews>
- <viewLayoutGuide key="safeArea" id="TV0-VB-OWd"/>
- <constraints>
- <constraint firstItem="WkN-Ku-QtW" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="24" id="2LV-SW-L4n"/>
- <constraint firstItem="WkN-Ku-QtW" firstAttribute="leading" secondItem="IiJ-Ao-EEL" secondAttribute="trailing" constant="12" id="5jz-Cf-454"/>
- <constraint firstItem="IiJ-Ao-EEL" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="12" id="BY5-Pv-9UU"/>
- <constraint firstItem="WkN-Ku-QtW" firstAttribute="bottom" secondItem="H2p-sc-9uM" secondAttribute="bottom" constant="-24" id="FF2-cG-VGP"/>
- <constraint firstItem="WkN-Ku-QtW" firstAttribute="trailing" secondItem="H2p-sc-9uM" secondAttribute="trailing" constant="-12" id="HWQ-r4-cH2"/>
- <constraint firstItem="IiJ-Ao-EEL" firstAttribute="bottom" secondItem="H2p-sc-9uM" secondAttribute="bottom" constant="-15" id="Pgo-MZ-Zhv"/>
- <constraint firstItem="COX-Df-tcP" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="45" id="fcB-Zg-Be6"/>
- <constraint firstItem="COX-Df-tcP" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="7" id="maL-So-pcv"/>
- <constraint firstItem="IiJ-Ao-EEL" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" constant="15" id="uQR-UO-45J"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="favoriteImage" destination="COX-Df-tcP" id="Ss9-nl-s82"/>
- <outlet property="roomImage" destination="IiJ-Ao-EEL" id="r5l-dX-A2L"/>
- <outlet property="roomNameTextField" destination="WkN-Ku-QtW" id="A3A-Wo-ORi"/>
- </connections>
- <point key="canvasLocation" x="34" y="72"/>
- </tableViewCell>
- </objects>
- </document>
|