talk-ios/NextcloudTalk/AccountTableViewCell.xib

76 строки
6.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="dark"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.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" id="KGk-i7-Jjw" customClass="AccountTableViewCell" customModule="NextcloudTalk" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="320" height="44"/>
<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="44"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="XU4-7I-4Yj">
<rect key="frame" x="12" y="7" width="30" height="30"/>
<constraints>
<constraint firstAttribute="height" constant="30" id="dei-7h-vgW"/>
<constraint firstAttribute="width" constant="30" id="u8O-qc-QG5"/>
</constraints>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XBj-oY-kPW">
<rect key="frame" x="54" y="5" width="254" height="20"/>
<constraints>
<constraint firstAttribute="height" constant="20" id="YoD-zL-1qj"/>
<constraint firstAttribute="width" relation="greaterThanOrEqual" id="pFp-RM-kEu"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ghb-EI-AhT">
<rect key="frame" x="54" y="26" width="254" height="14"/>
<constraints>
<constraint firstAttribute="width" relation="greaterThanOrEqual" id="bM0-jw-DJB"/>
<constraint firstAttribute="height" constant="14" id="oP4-Gm-srE"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="12"/>
<color key="textColor" systemColor="secondaryLabelColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<viewLayoutGuide key="safeArea" id="ML2-GP-tWC"/>
<constraints>
<constraint firstItem="ghb-EI-AhT" firstAttribute="top" secondItem="XBj-oY-kPW" secondAttribute="bottom" constant="1" id="0ZQ-r2-NDf"/>
<constraint firstItem="XBj-oY-kPW" firstAttribute="leading" secondItem="XU4-7I-4Yj" secondAttribute="trailing" constant="12" id="1Cu-0N-hjJ"/>
<constraint firstItem="XU4-7I-4Yj" firstAttribute="top" secondItem="ML2-GP-tWC" secondAttribute="top" constant="7" id="7WH-c2-1do"/>
<constraint firstItem="ML2-GP-tWC" firstAttribute="trailing" secondItem="XBj-oY-kPW" secondAttribute="trailing" constant="12" id="Ilf-9O-hFn"/>
<constraint firstItem="XU4-7I-4Yj" firstAttribute="leading" secondItem="ML2-GP-tWC" secondAttribute="leading" constant="12" id="SVR-uA-oW5"/>
<constraint firstItem="ML2-GP-tWC" firstAttribute="trailing" secondItem="ghb-EI-AhT" secondAttribute="trailing" constant="12" id="dB6-S7-TP6"/>
<constraint firstItem="ghb-EI-AhT" firstAttribute="leading" secondItem="XU4-7I-4Yj" secondAttribute="trailing" constant="12" id="hxx-bU-b5k"/>
<constraint firstItem="XBj-oY-kPW" firstAttribute="top" secondItem="ML2-GP-tWC" secondAttribute="top" constant="5" id="vGx-Fy-06l"/>
</constraints>
</tableViewCellContentView>
<viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
<connections>
<outlet property="accountImageView" destination="XU4-7I-4Yj" id="J0v-Hf-udb"/>
<outlet property="accountNameLabel" destination="XBj-oY-kPW" id="12J-UU-TXY"/>
<outlet property="accountServerLabel" destination="ghb-EI-AhT" id="8Tw-bH-BHH"/>
</connections>
<point key="canvasLocation" x="47.826086956521742" y="34.821428571428569"/>
</tableViewCell>
</objects>
<resources>
<systemColor name="secondaryLabelColor">
<color red="0.23529411764705882" green="0.23529411764705882" blue="0.2627450980392157" alpha="0.59999999999999998" colorSpace="custom" customColorSpace="sRGB"/>
</systemColor>
</resources>
</document>