hackiftekhar / IQKeyboardManager

Codeless drop-in universal library allows to prevent issues of keyboard sliding up and cover UITextField/UITextView. Neither need to write any code nor any setup required and much more.
MIT License
16.47k stars 2.41k forks source link

Disable Next Arrow for Particular textfield #1199

Closed RNarenKrishnaa closed 6 years ago

RNarenKrishnaa commented 6 years ago

Hi, I just want to disable the next arrow ( > ) for particular textfield then only it won't go for next textfield.Is there any solution for this?How to disable next arrow for particular textfield

hackiftekhar commented 6 years ago

You could try adding your own inputAccessoryView, that will work.