Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 xcode 5 和 ios7 模拟器。其中 textViewShouldBeginEditing 连续调用,而不是在 textview 变为活动状态时调用一次。
是否有任何解决方案只调用一次 textViewShouldBeginEditing 方法。
预先感谢您的帮助和考虑。
[文本视图成为FirstResponder];textViewShouldBeginEditing 中的方法将进行循环。它将在 iOS 6 中工作,但在 iOS 7 中需要删除。响应者将自动到相应的文本视图。