File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66[ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
77[ ![ CocoaPods compatible] ( https://img.shields.io/badge/Cocoapods-compatible-4BC51D.svg?style=flat )] ( https://cocoapods.org/pods/Keyboard+LayoutGuide )
88[ ![ Build Status] ( https://app.bitrise.io/app/0c1de450af273bff/status.svg?token=UpT-2PFMgu6h_RMRJW7PMQ&branch=master )] ( https://app.bitrise.io/app/0c1de450af273bff )
9+ [ ![ codebeat badge] ( https://codebeat.co/badges/8e52bcad-c73b-4d19-83b9-7af8464a288e )] ( https://codebeat.co/projects/github-com-freshos-keyboardlayoutguide-master )
910[ ![ License: MIT] ( http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat )] ( https://github.com/s4cha/Stevia/blob/master/LICENSE )
1011[ ![ GitHub tag] ( https://img.shields.io/github/release/freshos/KeyboardLayoutGuide.svg )] ( https://github.com/freshOS/KeyboardLayoutGuide/releases )
1112
@@ -26,7 +27,7 @@ Simply constrain your views to the KeyboardLayoutGuide's top anchor the way you
2627``` swift
2728override func viewDidLoad () {
2829 super .viewDidLoad ()
29-
30+
3031 // Pin your button to the keyboard
3132 button.bottomAnchor .constraint (equalTo : view.keyboardLayoutGuide .topAnchor ).isActive = true
3233}
You can’t perform that action at this time.
0 commit comments