зеркало из https://github.com/nextcloud/talk-ios.git
66 строки
5.5 KiB
XML
66 строки
5.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="18122" 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="18093"/>
|
|
<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="80" id="KGk-i7-Jjw" customClass="RoomNameTableViewCell">
|
|
<rect key="frame" x="0.0" y="0.0" width="320" height="80"/>
|
|
<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="80"/>
|
|
<autoresizingMask key="autoresizingMask"/>
|
|
<subviews>
|
|
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="IiJ-Ao-EEL">
|
|
<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"/>
|
|
<constraint firstAttribute="width" relation="greaterThanOrEqual" id="ptu-ZF-ASo"/>
|
|
</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"/>
|
|
<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="TV0-VB-OWd" 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="TV0-VB-OWd" secondAttribute="leading" constant="12" id="BY5-Pv-9UU"/>
|
|
<constraint firstItem="TV0-VB-OWd" firstAttribute="trailing" secondItem="WkN-Ku-QtW" secondAttribute="trailing" constant="12" id="HWQ-r4-cH2"/>
|
|
<constraint firstItem="COX-Df-tcP" firstAttribute="leading" secondItem="TV0-VB-OWd" secondAttribute="leading" constant="45" id="fcB-Zg-Be6"/>
|
|
<constraint firstItem="COX-Df-tcP" firstAttribute="top" secondItem="TV0-VB-OWd" secondAttribute="top" constant="7" id="maL-So-pcv"/>
|
|
<constraint firstItem="IiJ-Ao-EEL" firstAttribute="top" secondItem="TV0-VB-OWd" 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>
|