0

找到 michaeltyson/TPKeyboardAvoiding 解决键盘阻塞文本字段问题真是太幸运了。TPKeyboardAvoiding 非常好。用户只需将自定义类定义为 TPKeyboardAvoiding 即可实现。

我的问题和问题是:

在我的情况下,我有两个视图,包括滚动视图。在每个滚动视图中,都有多个文本字段。一种观点与另一种观点相衔接。在 segued 视图的最后一个文本字段被编辑后,前一个视图无法滚动到最后一个文本字段。

总而言之,在用户编辑一个滚动视图后,另一个视图的内容插入 -> 底部值发生了变化!有人和我有类似的经历吗?

正确一个

正确一个

错了一个

错了一个

我不成功的尝试:我尝试将另一对 TPKeyboardAvoidingScrollView.h & .m 文件复制到项目中,并将它们重命名。它不起作用。 在此处输入图像描述

在此处输入图像描述

顺便说一句,即使是 segued 视图也不能完全提升最后一个文本字段。在此处输入图像描述

4

1 回答 1

1

I have not used TPKeyboardAvoid with two Scroll views but sometime using alternate framework might solve your problem :

You can give try to following frameworks -

https://github.com/muanis/sampleapps_scrollview

https://github.com/kirpichenko/EKKeyboardAvoiding

https://github.com/freerunnering/SwipeSelection

https://github.com/rnystrom/RNAvatarLogin

https://github.com/lupidan/UIKeyboardCoView

于 2013-08-04T11:54:03.877 回答