another.im-ios/Monal/Classes/MLTextInputCell.xib

42 lines
3.1 KiB
Plaintext
Raw Normal View History

2024-11-18 14:53:52 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14868" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14824"/>
<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="MLTextInputCell">
<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" ambiguous="YES" 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" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Placeholder" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="zJf-y1-VYa">
<rect key="frame" x="8" y="0.0" width="304" height="43"/>
<constraints>
<constraint firstAttribute="height" constant="43" id="2h5-Zl-Tye"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<textInputTraits key="textInputTraits"/>
</textField>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="zJf-y1-VYa" secondAttribute="trailing" constant="8" id="YaF-nw-62t"/>
<constraint firstItem="zJf-y1-VYa" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="8" id="kW5-UV-gv3"/>
<constraint firstAttribute="bottom" secondItem="zJf-y1-VYa" secondAttribute="bottom" constant="0.5" id="mIe-wW-tAg"/>
<constraint firstItem="zJf-y1-VYa" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="top" id="y8Z-Vy-E9R"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="textInput" destination="zJf-y1-VYa" id="3gQ-ct-rZT"/>
</connections>
<point key="canvasLocation" x="249" y="253"/>
</tableViewCell>
</objects>
</document>