You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all Thank you very much for this library.
I have an issue of disabling IQKeyboard in particular view controller, I am using swift and used the following code:- IQKeyboardManager.sharedManager().disableInViewControllerClass(CircleTableViewController)
where CircleTableViewController is the class in which IQKeyboard is to be disabled. But IQKeyboard is still showing in the CircleTableViewController. Please help!