We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920b108 commit f26140fCopy full SHA for f26140f
README.md
@@ -31,6 +31,11 @@ override func viewDidLoad() {
31
}
32
```
33
34
+**Bonus**: if you're using [Stevia](https://github.com/freshOS/Stevia), this gets even more concise \o/
35
+```swift
36
+button.Bottom == view.keyboardLayoutGuide.Top
37
+```
38
+
39
If you add your view in Interface Builder, don't forget to enable the "**Remove at build time**" checkbox for the bottom constraint:
40
41
<img src="Images/constraint.png" width=258>
0 commit comments