forked from coding/Coding-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInput_OnlyText_Cell.xib
More file actions
executable file
·56 lines (56 loc) · 4.12 KB
/
Input_OnlyText_Cell.xib
File metadata and controls
executable file
·56 lines (56 loc) · 4.12 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7702" systemVersion="14D136" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7701"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="Input_OnlyText_Cell" rowHeight="44" id="KGk-i7-Jjw" customClass="Input_OnlyText_Cell">
<rect key="frame" x="0.0" y="0.0" width="600" height="44"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxX="YES" heightSizable="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="600" height="43"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" placeholderIntrinsicWidth="260" placeholderIntrinsicHeight="30" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="Text" adjustsFontSizeToFit="NO" id="oDO-QL-oB7">
<rect key="frame" x="18" y="12" width="260" height="20"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="textColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<fontDescription key="fontDescription" type="system" pointSize="15"/>
<textInputTraits key="textInputTraits"/>
<connections>
<action selector="editDidBegin:" destination="KGk-i7-Jjw" eventType="editingDidBegin" id="YMt-sO-UKv"/>
<action selector="editDidEnd:" destination="KGk-i7-Jjw" eventType="editingDidEnd" id="jeU-RE-goY"/>
<action selector="textValueChanged:" destination="KGk-i7-Jjw" eventType="editingChanged" id="fPL-b4-DKz"/>
</connections>
</textField>
<button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" id="bKJ-27-G6D">
<rect key="frame" x="546" y="2" width="40" height="40"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
<state key="normal" image="text_clear_btn.png">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
<connections>
<action selector="clearBtnClicked:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="Unt-c1-Rxe"/>
</connections>
</button>
</subviews>
</tableViewCellContentView>
<connections>
<outlet property="clearBtn" destination="bKJ-27-G6D" id="mXy-Dl-5X4"/>
<outlet property="textField" destination="oDO-QL-oB7" id="LYP-ts-WuN"/>
</connections>
<point key="canvasLocation" x="143" y="847"/>
</tableViewCell>
</objects>
<resources>
<image name="text_clear_btn.png" width="21" height="21"/>
</resources>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination" type="retina4"/>
</simulatedMetricsContainer>
</document>