Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IQKeyboardManager is not working in subviews

I have three UIViews in a single UIViewController. Each UIView contains a UITextField . But IQKeyboardManager is not showing next and previous arrows as every textfield is in a different view.

Is there any solution for this?

like image 987
Bindiya Avatar asked May 23 '16 13:05

Bindiya


1 Answers

You can make UITextFields/UITextViews container view as IQPreviousNextView. It is designed to handle the situation you are facing. You can find it's demo on repository demo project.enter image description here

like image 74
Mohd Iftekhar Qurashi Avatar answered Oct 01 '22 21:10

Mohd Iftekhar Qurashi