I'm using IQKeyboardManager
and I want to hide the next/previous button from the keyboard...
I referred to this question.
I tried with this code:
[[IQKeyboardManager sharedManager] shouldHidePreviousNext] = YES;
but the shouldHidePreviousNext
property is not available in the library... How can we achieve this? Any help could be appreciated.