passforios/pass/Views/TextFieldTableViewCell.xib

42 lines
3.4 KiB
Text
Raw Permalink Normal View History

2017-02-10 22:15:01 +08:00
<?xml version="1.0" encoding="UTF-8"?>
2023-03-18 16:40:17 -07:00
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait" appearance="light"/>
2017-02-10 22:15:01 +08:00
<dependencies>
<deployment identifier="iOS"/>
2023-03-18 16:40:17 -07:00
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
2017-02-10 22:15:01 +08:00
<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"/>
2023-03-18 16:40:17 -07:00
<tableViewCell contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" rowHeight="69" id="KGk-i7-Jjw" customClass="TextFieldTableViewCell" customModule="Pass" customModuleProvider="target">
2017-04-03 11:14:19 -07:00
<rect key="frame" x="0.0" y="0.0" width="320" height="69"/>
2017-02-10 22:15:01 +08:00
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
2017-04-03 11:14:19 -07:00
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" preservesSuperviewLayoutMargins="YES" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
2023-03-18 16:40:17 -07:00
<rect key="frame" x="0.0" y="0.0" width="320" height="69"/>
2017-02-10 22:15:01 +08:00
<autoresizingMask key="autoresizingMask"/>
<subviews>
2019-06-09 15:25:07 -07:00
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="natural" minimumFontSize="17" clearButtonMode="unlessEditing" translatesAutoresizingMaskIntoConstraints="NO" id="8Ky-UZ-sLu">
<rect key="frame" x="16" y="11" width="288" height="47"/>
2017-02-11 20:45:56 +08:00
<constraints>
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="38" id="R1z-fU-Xr2"/>
</constraints>
2017-02-10 22:15:01 +08:00
<fontDescription key="fontDescription" style="UICTFontTextStyleBody"/>
2019-06-09 15:25:07 -07:00
<textInputTraits key="textInputTraits" autocorrectionType="no" spellCheckingType="no" keyboardAppearance="alert" smartDashesType="no" smartInsertDeleteType="no" smartQuotesType="no"/>
2017-02-10 22:15:01 +08:00
</textField>
</subviews>
<constraints>
2017-04-03 11:14:19 -07:00
<constraint firstItem="8Ky-UZ-sLu" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="3h4-9E-oDJ"/>
2017-02-11 20:45:56 +08:00
<constraint firstItem="8Ky-UZ-sLu" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" id="FH4-4T-aaK"/>
<constraint firstAttribute="trailingMargin" secondItem="8Ky-UZ-sLu" secondAttribute="trailing" id="Nii-Cg-gC1"/>
2017-10-07 20:51:13 -07:00
<constraint firstAttribute="bottomMargin" secondItem="8Ky-UZ-sLu" secondAttribute="bottom" priority="750" id="h72-l3-Sb3"/>
2017-02-10 22:15:01 +08:00
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="contentTextField" destination="8Ky-UZ-sLu" id="pdS-Nl-e9s"/>
</connections>
2023-03-18 16:40:17 -07:00
<point key="canvasLocation" x="33.600000000000001" y="66.11694152923539"/>
2017-02-10 22:15:01 +08:00
</tableViewCell>
</objects>
</document>