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
Swift 4.0 and above For hide previous Next
IQKeyboardManager.shared.previousNextDisplayMode = .alwaysHide
Swift 4.0 and above For toolbar
IQKeyboardManager.shared.enableAutoToolbar = false