Closed
Description
Hi,
The previous/next/done buttons in the toolbar works perfectly. However, there is still the return button on the bottom right corner that does not do anything useful. I would like it to behave just like the next button for most fields. I can implement textFieldShouldReturn
to handle the return button but I will have to rewrite the logic to move to the next text field. Could you expose something like moveNext
in the IQKeyboardManager
(basically exposing IQKeyboardManager.nextAction
).
Thanks!