Skip to content

keyboard sliding up whenever tab on UITextFiled or UITextView

License

Notifications You must be signed in to change notification settings

kondak3/VKKeyboardManager-swift

Repository files navigation

VKKeyboardManager

Requirements:

  • iOS 8 or higher

  • Swift 3 or higher

Usage:

  • Drag and drop "VKKeyboardManager" folder into your resource
// add this code in "AppDelegate.swift" didFinishLaunchingWithOptions function...
VKKeyboardManager.shared.setEnable()
VKKeyboardManager.shared.keyboard_gap = 5.0 // default vaule 5.0 and max 100.0
// if any screen you don't want this disable this
VKKeyboardManager.shared.setDisable()
// move to back or next again enable this
VKKeyboardManager.shared.setEnable()

About

keyboard sliding up whenever tab on UITextFiled or UITextView

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages