69 lines
5.9 KiB
XML
69 lines
5.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
|
|
<device id="retina4_7" orientation="portrait">
|
|
<adaptation id="fullscreen"/>
|
|
</device>
|
|
<dependencies>
|
|
<deployment identifier="iOS"/>
|
|
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
|
|
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
|
|
<capability name="Constraints to layout margins" minToolsVersion="6.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="blue" hidesAccessoryWhenEditing="NO" indentationLevel="1" indentationWidth="0.0" id="L2L-l5-wPx" customClass="DirectoryServerDetailTableViewCell">
|
|
<rect key="frame" x="0.0" y="0.0" width="600" height="74"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="L2L-l5-wPx" id="aXz-IR-jj5">
|
|
<rect key="frame" x="0.0" y="0.0" width="600" height="73.5"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="TPL-8D-oME" customClass="MXKImageView">
|
|
<rect key="frame" x="14" y="16" width="42" height="42"/>
|
|
<accessibility key="accessibilityConfiguration" identifier="AvatarImageView"/>
|
|
<constraints>
|
|
<constraint firstAttribute="width" constant="42" id="qAg-He-PXb"/>
|
|
<constraint firstAttribute="width" secondItem="TPL-8D-oME" secondAttribute="height" multiplier="1:1" id="wzs-X7-8wC"/>
|
|
</constraints>
|
|
</view>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" verticalHuggingPriority="251" text="matrix.org" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Lg1-xQ-AGn">
|
|
<rect key="frame" x="70" y="16" width="194" height="20"/>
|
|
<accessibility key="accessibilityConfiguration" identifier="TitleLabel"/>
|
|
<constraints>
|
|
<constraint firstAttribute="height" constant="20" id="NW9-MB-gf4"/>
|
|
</constraints>
|
|
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="17"/>
|
|
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="All rooms on matrix.org server" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Gm9-ft-UVV">
|
|
<rect key="frame" x="70" y="44" width="194" height="17"/>
|
|
<fontDescription key="fontDescription" type="system" pointSize="14"/>
|
|
<nil key="textColor"/>
|
|
<nil key="highlightedColor"/>
|
|
</label>
|
|
</subviews>
|
|
<constraints>
|
|
<constraint firstItem="Gm9-ft-UVV" firstAttribute="trailing" secondItem="Lg1-xQ-AGn" secondAttribute="trailing" id="5bj-ec-1Zt"/>
|
|
<constraint firstItem="TPL-8D-oME" firstAttribute="leading" secondItem="aXz-IR-jj5" secondAttribute="leadingMargin" constant="6" id="LVu-AH-5Ac"/>
|
|
<constraint firstItem="Gm9-ft-UVV" firstAttribute="leading" secondItem="Lg1-xQ-AGn" secondAttribute="leading" id="NQr-aD-iuK"/>
|
|
<constraint firstItem="TPL-8D-oME" firstAttribute="centerY" secondItem="aXz-IR-jj5" secondAttribute="centerY" id="OnF-c2-wL2"/>
|
|
<constraint firstAttribute="trailingMargin" relation="greaterThanOrEqual" secondItem="Lg1-xQ-AGn" secondAttribute="trailing" constant="15" id="U1F-vo-7f6"/>
|
|
<constraint firstItem="Lg1-xQ-AGn" firstAttribute="top" secondItem="TPL-8D-oME" secondAttribute="top" id="aJc-RE-yAG"/>
|
|
<constraint firstItem="Lg1-xQ-AGn" firstAttribute="leading" secondItem="TPL-8D-oME" secondAttribute="trailing" constant="14" id="g9c-CK-uxU"/>
|
|
<constraint firstItem="Gm9-ft-UVV" firstAttribute="top" secondItem="Lg1-xQ-AGn" secondAttribute="bottom" constant="8" symbolic="YES" id="y9M-7n-GxT"/>
|
|
</constraints>
|
|
</tableViewCellContentView>
|
|
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
<accessibility key="accessibilityConfiguration" identifier="DirectoryServerDetailTableViewCell"/>
|
|
<connections>
|
|
<outlet property="descLabel" destination="Lg1-xQ-AGn" id="gmg-9Z-AKf"/>
|
|
<outlet property="detailDescLabel" destination="Gm9-ft-UVV" id="fQV-Cu-dyk"/>
|
|
<outlet property="iconImageView" destination="TPL-8D-oME" id="bVo-bU-MBd"/>
|
|
</connections>
|
|
</tableViewCell>
|
|
</objects>
|
|
</document>
|