Open
Description
I'm using IQKeyboardManager and trying to disable the toolbar in a subclass of UIDocumentBrowserViewController using:
IQKeyboardToolbarManager.shared.disabledToolbarClasses.append(DocumentBrowserViewController.self)
However, when I tap the navigation title to rename the document (which brings up the keyboard), the toolbar still appears above the keyboard.
Expected behavior:
The toolbar should not be shown when the rename field is activated in DocumentBrowserViewController.
Actual behavior:
The toolbar is still visible when editing the title via the navigation bar’s renaming feature.
Metadata
Metadata
Assignees
Labels
No labels