|
60 | 60 | <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/> |
61 | 61 | <autoresizingMask key="autoresizingMask"/> |
62 | 62 | <subviews> |
63 | | - <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2dP-7v-mWC" customClass="ICTokenField" customModule="ICInputAccessory"> |
64 | | - <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/> |
| 63 | + <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2dP-7v-mWC" customClass="ICTokenField" customModule="ICInputAccessory"> |
| 64 | + <rect key="frame" x="0.0" y="0.0" width="600" height="44"/> |
65 | 65 | <color key="backgroundColor" white="0.33333333333333331" alpha="1" colorSpace="calibratedWhite"/> |
| 66 | + <color key="tintColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
66 | 67 | <userDefinedRuntimeAttributes> |
67 | 68 | <userDefinedRuntimeAttribute type="string" keyPath="placeholder" value="ICTokenFIeld"/> |
68 | 69 | <userDefinedRuntimeAttribute type="image" keyPath="icon" value="icook-iphone-input-search"/> |
69 | 70 | <userDefinedRuntimeAttribute type="number" keyPath="cornerRadius"> |
70 | | - <real key="value" value="5"/> |
| 71 | + <real key="value" value="0.0"/> |
71 | 72 | </userDefinedRuntimeAttribute> |
72 | 73 | <userDefinedRuntimeAttribute type="number" keyPath="borderWidth"> |
73 | 74 | <real key="value" value="0.0"/> |
74 | 75 | </userDefinedRuntimeAttribute> |
| 76 | + <userDefinedRuntimeAttribute type="color" keyPath="textColor"> |
| 77 | + <color key="value" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 78 | + </userDefinedRuntimeAttribute> |
75 | 79 | </userDefinedRuntimeAttributes> |
76 | 80 | </view> |
77 | 81 | </subviews> |
| 82 | + <constraints> |
| 83 | + <constraint firstItem="2dP-7v-mWC" firstAttribute="centerY" secondItem="6tu-Im-VHX" secondAttribute="centerY" id="QVu-go-I6O"/> |
| 84 | + <constraint firstItem="2dP-7v-mWC" firstAttribute="leading" secondItem="6tu-Im-VHX" secondAttribute="leading" id="UjO-GY-bMj"/> |
| 85 | + <constraint firstAttribute="trailing" secondItem="2dP-7v-mWC" secondAttribute="trailing" id="qHK-Hg-C1s"/> |
| 86 | + <constraint firstItem="2dP-7v-mWC" firstAttribute="top" secondItem="6tu-Im-VHX" secondAttribute="top" id="tCI-Eg-VzE"/> |
| 87 | + </constraints> |
78 | 88 | </tableViewCellContentView> |
79 | 89 | </tableViewCell> |
80 | 90 | </cells> |
|
86 | 96 | </connections> |
87 | 97 | </tableView> |
88 | 98 | <navigationItem key="navigationItem" title="ICInputAccessory" id="Q3g-An-b4N"/> |
| 99 | + <connections> |
| 100 | + <outlet property="tokenField" destination="2dP-7v-mWC" id="iiG-b9-QDf"/> |
| 101 | + </connections> |
89 | 102 | </tableViewController> |
90 | 103 | <placeholder placeholderIdentifier="IBFirstResponder" id="4Lj-fL-J07" userLabel="First Responder" sceneMemberID="firstResponder"/> |
91 | 104 | <view contentMode="scaleToFill" id="zaj-ho-SsM" customClass="ICKeyboardDismissAccessoryView" customModule="ICInputAccessory"> |
|
0 commit comments