Skip to content

Instantly share code, notes, and snippets.

@SlappyAUS
Last active October 9, 2020 23:50
Show Gist options
  • Save SlappyAUS/b04e5c4b18607be9625d4a0cfbc81a71 to your computer and use it in GitHub Desktop.
Save SlappyAUS/b04e5c4b18607be9625d4a0cfbc81a71 to your computer and use it in GitHub Desktop.
IQKeyboardManager #ui
// App Delegate
import IQKeyboardManagerSwift
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
IQKeyboardManager.shared.enable = true
IQKeyboardManager.shared.enableAutoToolbar = false
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment