1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
- <device id="retina6_1" orientation="portrait" appearance="light"/>
- <dependencies>
- <deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="20020"/>
- <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" id="KGk-i7-Jjw" customClass="TextInputTableViewCell" 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>
- <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="lFm-yU-OyT">
- <rect key="frame" x="16" y="5" width="288" height="34"/>
- <constraints>
- <constraint firstAttribute="width" relation="greaterThanOrEqual" id="ZkL-tf-AC8"/>
- <constraint firstAttribute="height" constant="34" id="ooC-zT-Jak"/>
- </constraints>
- <fontDescription key="fontDescription" type="system" pointSize="17"/>
- <textInputTraits key="textInputTraits"/>
- </textField>
- </subviews>
- <constraints>
- <constraint firstItem="lFm-yU-OyT" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="ACw-W5-rg3"/>
- <constraint firstItem="lFm-yU-OyT" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="RYx-JA-4yH"/>
- <constraint firstAttribute="trailing" secondItem="lFm-yU-OyT" secondAttribute="trailing" constant="16" id="Wlv-LJ-g6Y"/>
- <constraint firstItem="lFm-yU-OyT" firstAttribute="centerX" secondItem="H2p-sc-9uM" secondAttribute="centerX" id="wN2-9A-x3w"/>
- </constraints>
- </tableViewCellContentView>
- <viewLayoutGuide key="safeArea" id="aW0-zy-SZf"/>
- <connections>
- <outlet property="textField" destination="lFm-yU-OyT" id="2WF-SE-wN7"/>
- </connections>
- <point key="canvasLocation" x="137.68115942028987" y="72.991071428571431"/>
- </tableViewCell>
- </objects>
- </document>
|