-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathComposeAnswerCell.xib
66 lines (66 loc) · 5.82 KB
/
ComposeAnswerCell.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6254" systemVersion="13F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6247"/>
</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" rowHeight="153" id="KGk-i7-Jjw" customClass="ComposeAnswerCell">
<rect key="frame" x="0.0" y="0.0" width="320" height="153"/>
<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"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" alpha="0.0" contentMode="left" verticalHuggingPriority="251" text="Label" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="nNU-3Q-cCn" userLabel="Answered Label">
<rect key="frame" x="58" y="68" width="254" height="17"/>
<gestureRecognizers/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
<textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="Fx9-4V-grz">
<rect key="frame" x="58" y="61" width="254" height="30"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<textInputTraits key="textInputTraits"/>
<connections>
<action selector="onEditingChanged:" destination="KGk-i7-Jjw" eventType="editingChanged" id="JKG-Dy-irY"/>
<action selector="onEditingEnd:" destination="KGk-i7-Jjw" eventType="editingDidEnd" id="bgO-qI-Iyy"/>
</connections>
</textField>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="value" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZJo-IR-Vjs">
<rect key="frame" x="16" y="68" width="34" height="17"/>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="trailing" secondItem="nNU-3Q-cCn" secondAttribute="trailing" constant="8" id="ETB-T8-VY3"/>
<constraint firstAttribute="bottom" relation="greaterThanOrEqual" secondItem="Fx9-4V-grz" secondAttribute="bottom" constant="4" id="R4X-m8-MEN"/>
<constraint firstItem="nNU-3Q-cCn" firstAttribute="leading" secondItem="ZJo-IR-Vjs" secondAttribute="trailing" constant="8" id="RfZ-4K-Oea"/>
<constraint firstAttribute="centerY" secondItem="Fx9-4V-grz" secondAttribute="centerY" id="XSs-oB-OkM"/>
<constraint firstAttribute="trailing" secondItem="Fx9-4V-grz" secondAttribute="trailing" constant="8" id="c69-8l-Qoe"/>
<constraint firstAttribute="centerY" secondItem="nNU-3Q-cCn" secondAttribute="centerY" id="g0h-JR-Cyc"/>
<constraint firstItem="Fx9-4V-grz" firstAttribute="leading" secondItem="ZJo-IR-Vjs" secondAttribute="trailing" constant="8" id="kMX-OP-WBH"/>
<constraint firstItem="Fx9-4V-grz" firstAttribute="top" relation="greaterThanOrEqual" secondItem="H2p-sc-9uM" secondAttribute="top" constant="4" id="laG-fp-sGs"/>
<constraint firstItem="ZJo-IR-Vjs" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leading" constant="16" id="n2v-HA-Mae"/>
<constraint firstAttribute="centerY" secondItem="ZJo-IR-Vjs" secondAttribute="centerY" id="nJJ-CA-Y4G"/>
</constraints>
</tableViewCellContentView>
<connections>
<outlet property="answerLabel" destination="nNU-3Q-cCn" id="2Rk-W2-hkk"/>
<outlet property="answerText" destination="Fx9-4V-grz" id="djv-vD-UKn"/>
<outlet property="valueLabel" destination="ZJo-IR-Vjs" id="3T4-vV-k8l"/>
</connections>
<point key="canvasLocation" x="354" y="434.5"/>
</tableViewCell>
</objects>
<simulatedMetricsContainer key="defaultSimulatedMetrics">
<simulatedStatusBarMetrics key="statusBar"/>
<simulatedOrientationMetrics key="orientation"/>
<simulatedScreenMetrics key="destination" type="retina4"/>
</simulatedMetricsContainer>
</document>