IQKeyboardManager is not working in subviews

此生再无相见时 提交于 2020-01-24 06:27:15

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/37391882/iqkeyboardmanager-is-not-working-in-subviews

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!