CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Nov 2016 |
| SPMSupports SPM | ✗ |
Maintained by Juan Uribe.
KeyboardResize is a library that automatically resizes the view of your controllers when the keyboard appears.
pod 'KeyboardResize', '~> 1.0'import KeyboardResize
override func viewDidLoad() {
super.viewDidLoad()
kr_resizeViewWhenKeyboardAppears = true
}KeyboardResize is available under the MIT license. See the LICENSE file for more info.