CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

KeyboardResize 2.0.0

KeyboardResize 2.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2016
SPMSupports SPM

Maintained by Juan Uribe.



KeyboardResize

KeyboardResize is a library that automatically resizes the view of your controllers when the keyboard appears.

Installation

pod 'KeyboardResize', '~> 1.0'

Usage

import KeyboardResize

override func viewDidLoad() {
    super.viewDidLoad()

    kr_resizeViewWhenKeyboardAppears = true
}

License

KeyboardResize is available under the MIT license. See the LICENSE file for more info.