|
18 | 18 | <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
19 | 19 | <subviews>
|
20 | 20 | <textField opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" borderStyle="roundedRect" placeholder="Try me!" textAlignment="natural" minimumFontSize="17" translatesAutoresizingMaskIntoConstraints="NO" id="fx8-LQ-Nzs">
|
21 |
| - <rect key="frame" x="16" y="175" width="343" height="30"/> |
| 21 | + <rect key="frame" x="16" y="175" width="343" height="40"/> |
| 22 | + <constraints> |
| 23 | + <constraint firstAttribute="height" constant="40" id="DGk-vX-h2V"/> |
| 24 | + </constraints> |
22 | 25 | <nil key="textColor"/>
|
23 |
| - <fontDescription key="fontDescription" type="system" pointSize="14"/> |
| 26 | + <fontDescription key="fontDescription" type="system" pointSize="16"/> |
24 | 27 | <textInputTraits key="textInputTraits"/>
|
| 28 | + <connections> |
| 29 | + <outlet property="delegate" destination="BYZ-38-t0r" id="kot-bW-Hrl"/> |
| 30 | + </connections> |
25 | 31 | </textField>
|
26 |
| - <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="HGh-qK-wBn"> |
27 |
| - <rect key="frame" x="0.0" y="567" width="375" height="100"/> |
28 |
| - <color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/> |
| 32 | + <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="HGh-qK-wBn" customClass="InvertedButton" customModule="KeyboardLayoutGuideExample" customModuleProvider="target"> |
| 33 | + <rect key="frame" x="0.0" y="617" width="375" height="50"/> |
| 34 | + <color key="backgroundColor" white="0.33333333333333331" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> |
29 | 35 | <constraints>
|
30 |
| - <constraint firstAttribute="height" constant="100" id="Q6h-Ut-Aft"/> |
| 36 | + <constraint firstAttribute="height" constant="50" id="Q6h-Ut-Aft"/> |
31 | 37 | </constraints>
|
32 |
| - <state key="normal" title="Button"/> |
| 38 | + <fontDescription key="fontDescription" type="system" weight="medium" pointSize="18"/> |
| 39 | + <state key="normal" title="Tap me!"/> |
| 40 | + <connections> |
| 41 | + <action selector="buttonTapped:" destination="BYZ-38-t0r" eventType="touchUpInside" id="mKh-YQ-EPx"/> |
| 42 | + </connections> |
33 | 43 | </button>
|
34 | 44 | </subviews>
|
35 | 45 | <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
| 46 | + <gestureRecognizers/> |
36 | 47 | <constraints>
|
37 | 48 | <constraint firstItem="HGh-qK-wBn" firstAttribute="leading" secondItem="6Tk-OE-BBY" secondAttribute="leading" id="7n9-b9-wjj"/>
|
38 | 49 | <constraint firstItem="6Tk-OE-BBY" firstAttribute="trailing" secondItem="fx8-LQ-Nzs" secondAttribute="trailing" constant="16" id="Bfi-Vl-BMd"/>
|
|
0 commit comments