Skip to content

Commit 05c7726

Browse files
committed
Fix button invisible when keyboard opens issue in example
1 parent 924ed10 commit 05c7726

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Example/KWVerificationCodeView/Base.lproj/Main.storyboard

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<nil key="highlightedColor"/>
7171
</label>
7272
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="z9m-CU-XT6">
73-
<rect key="frame" x="88" y="447" width="200" height="30"/>
73+
<rect key="frame" x="88" y="417" width="200" height="30"/>
7474
<state key="normal" title="Add Programatically Example"/>
7575
<connections>
7676
<segue destination="ViW-Wf-OWW" kind="presentation" id="PCu-5s-Oao"/>
@@ -86,7 +86,7 @@
8686
</subviews>
8787
<color key="backgroundColor" cocoaTouchSystemColor="groupTableViewBackgroundColor"/>
8888
<constraints>
89-
<constraint firstItem="z9m-CU-XT6" firstAttribute="top" secondItem="Skh-28-8br" secondAttribute="bottom" constant="50" id="3ER-Pd-VZR"/>
89+
<constraint firstItem="z9m-CU-XT6" firstAttribute="top" secondItem="Skh-28-8br" secondAttribute="bottom" constant="20" id="3ER-Pd-VZR"/>
9090
<constraint firstItem="ekS-Ew-GpT" firstAttribute="top" secondItem="P6k-pN-VEP" secondAttribute="bottom" constant="22" id="H7u-LC-n82"/>
9191
<constraint firstItem="ekS-Ew-GpT" firstAttribute="top" secondItem="6e0-Am-MUv" secondAttribute="bottom" constant="90" id="HQQ-Ne-ux5"/>
9292
<constraint firstItem="6e0-Am-MUv" firstAttribute="leading" secondItem="kh9-bI-dsS" secondAttribute="leading" constant="16" id="K9Y-GQ-xFr"/>

0 commit comments

Comments
 (0)