iPad 上未调用 UITextView didEndEditing
当您在 iPad 上关闭键盘且按钮位于按钮右上角时,不会调用 textViewDidEndEditing
方法。但是,我希望调用该方法,以便我基本上可以访问书面文本。
有什么建议吗?
The method textViewDidEndEditing
is not called when you dismiss the keyboard on the iPad with the button in the right corner at the button. However, i want the method to be called so that I basically can access the written text.
Any Advice?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
观察
UIKeyboardDidHideNotification
:不要忘记在
dealloc
中调用removeObserver:
:Observe
UIKeyboardDidHideNotification
:Don't forget to call
removeObserver:
indealloc
: