forked from waheeda-ghani-10p/SwiftyPickerPopover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TextFieldCell.xib
44 lines (44 loc) · 3.22 KB
/
TextFieldCell.xib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
<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" reuseIdentifier="textFieldCell" id="KGk-i7-Jjw" customClass="TextFieldCell" customModule="SwiftyPickerPopoverDemo" 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="43.5"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" text="dd:mm" borderStyle="roundedRect" textAlignment="right" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="2mS-II-Iah">
<rect key="frame" x="238" y="7" width="66" height="30"/>
<nil key="textColor"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
<connections>
<action selector="onEditingDidBegin:" destination="KGk-i7-Jjw" eventType="editingDidBegin" id="YDR-Z3-Gp8"/>
<action selector="onTouchUpInside:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="Ymp-gk-TsG"/>
</connections>
</textField>
</subviews>
<constraints>
<constraint firstItem="2mS-II-Iah" firstAttribute="centerY" secondItem="H2p-sc-9uM" secondAttribute="centerY" id="gYm-BT-ugA"/>
<constraint firstAttribute="trailing" secondItem="2mS-II-Iah" secondAttribute="trailing" constant="16" id="go1-6i-hT8"/>
</constraints>
</tableViewCellContentView>
<viewLayoutGuide key="safeArea" id="njF-e1-oar"/>
<connections>
<outlet property="textField" destination="2mS-II-Iah" id="Con-pV-nFE"/>
</connections>
</tableViewCell>
</objects>
</document>