I\'m using the IQKeyboardManger library to scroll text fields when started typing using the keyboard, but I don\'t want to display the default toolbar from their library. Be
You can enable or disable the toolbar in didFinishLaunchingWithOptions of AppDelegate:
didFinishLaunchingWithOptions
AppDelegate
IQKeyboardManager.shared.enable = true IQKeyboardManager.shared.enableAutoToolbar = false
For more info see Properties and functions usage