问题描述
IQKeyboardManager
在键盘上方的工具栏中提供箭头,从一个 UITextField
跳到另一个但我正在寻找如果我可以在 UITextFields
和 UITextViews
的混合物之间跳转。我知道完成此任务的正常程序,但我很想知道这是否可以通过 IQKeyboardManager
。
IQKeyboardManager
provides arrows in a toolbar just above my keyboard to jump from one UITextField
to another but I am looking if I can jump between a mixture of UITextFields
and UITextViews
. I know the normal procedure to accomplish this task but I am interested to know if this is possible through IQKeyboardManager
.
推荐答案
如果我的文本视图下面是文本字段,但是在xib的底部,则会出现此问题。
检查以下内容:
If I have my textview below in layers to the textfield but at the bottom in the xib then this problem arises.Check the following:
。
我将 UITextView
拖放到textfields下面,如下所示:
I drag-dropped the UITextView
below textfields as follows:
它开始正常工作。
希望这有助于某人:)
这篇关于IQKeyboardManager从UITextField导航到UITextView的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!