|
3 | 3 | <dependencies> |
4 | 4 | <deployment identifier="iOS"/> |
5 | 5 | <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530"/> |
| 6 | + <capability name="Constraints to layout margins" minToolsVersion="6.0"/> |
6 | 7 | </dependencies> |
7 | 8 | <scenes> |
8 | 9 | <!--ICInputAccessory--> |
9 | 10 | <scene sceneID="ssv-qC-OfH"> |
10 | 11 | <objects> |
11 | 12 | <tableViewController id="0fq-Xw-Z0G" customClass="StoryboardViewController" customModule="Example" customModuleProvider="target" sceneMemberID="viewController"> |
12 | | - <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="ZTV-zA-HhW"> |
| 13 | + <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="static" style="grouped" separatorStyle="default" allowsSelection="NO" rowHeight="44" sectionHeaderHeight="18" sectionFooterHeight="18" id="ZTV-zA-HhW"> |
13 | 14 | <rect key="frame" x="0.0" y="0.0" width="600" height="600"/> |
14 | 15 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |
15 | 16 | <color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.95686274510000002" alpha="1" colorSpace="calibratedRGB"/> |
|
31 | 32 | <tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="hiq-lt-L5I" id="dNb-Qm-7pq"> |
32 | 33 | <rect key="frame" x="0.0" y="0.0" width="600" height="43.5"/> |
33 | 34 | <autoresizingMask key="autoresizingMask"/> |
| 35 | + <subviews> |
| 36 | + <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" placeholder="ICKeyboardDismissTextField" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="qdb-Ab-nYe" customClass="ICKeyboardDismissTextField" customModule="ICInputAccessory"> |
| 37 | + <rect key="frame" x="18" y="12" width="564" height="20"/> |
| 38 | + <fontDescription key="fontDescription" type="system" pointSize="16"/> |
| 39 | + <textInputTraits key="textInputTraits"/> |
| 40 | + <connections> |
| 41 | + <outlet property="keyboardAccessoryView" destination="zaj-ho-SsM" id="wlb-FZ-bH0"/> |
| 42 | + </connections> |
| 43 | + </textField> |
| 44 | + </subviews> |
| 45 | + <constraints> |
| 46 | + <constraint firstAttribute="trailingMargin" secondItem="qdb-Ab-nYe" secondAttribute="trailing" constant="10" id="8T6-yk-3Bl"/> |
| 47 | + <constraint firstItem="qdb-Ab-nYe" firstAttribute="centerY" secondItem="dNb-Qm-7pq" secondAttribute="centerY" id="UB2-Jc-XXc"/> |
| 48 | + <constraint firstItem="qdb-Ab-nYe" firstAttribute="leading" secondItem="dNb-Qm-7pq" secondAttribute="leadingMargin" constant="10" id="WQl-qX-FOh"/> |
| 49 | + </constraints> |
34 | 50 | </tableViewCellContentView> |
35 | 51 | </tableViewCell> |
36 | 52 | </cells> |
|
56 | 72 | <navigationItem key="navigationItem" title="ICInputAccessory" id="Q3g-An-b4N"/> |
57 | 73 | </tableViewController> |
58 | 74 | <placeholder placeholderIdentifier="IBFirstResponder" id="4Lj-fL-J07" userLabel="First Responder" sceneMemberID="firstResponder"/> |
| 75 | + <view contentMode="scaleToFill" id="zaj-ho-SsM" customClass="ICKeyboardDismissAccessoryView" customModule="ICInputAccessory"> |
| 76 | + <rect key="frame" x="0.0" y="0.0" width="320" height="60"/> |
| 77 | + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/> |
| 78 | + <color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/> |
| 79 | + <userDefinedRuntimeAttributes> |
| 80 | + <userDefinedRuntimeAttribute type="color" keyPath="buttonColor"> |
| 81 | + <color key="value" red="0.0" green="0.50196081400000003" blue="1" alpha="1" colorSpace="calibratedRGB"/> |
| 82 | + </userDefinedRuntimeAttribute> |
| 83 | + </userDefinedRuntimeAttributes> |
| 84 | + </view> |
59 | 85 | </objects> |
60 | 86 | <point key="canvasLocation" x="1520" y="377"/> |
61 | 87 | </scene> |
|
0 commit comments