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.
我有一个带有UITextView“完成”按钮的带有一个,以便用户可以结束编辑过程。在按下 Done 按钮触发的方法中,我调用来关闭键盘。inputAccessoryViewtoolbarresignFirstResponderUITextView
UITextView
inputAccessoryView
toolbar
resignFirstResponder
因此,当我点击“完成”时,附件视图消失了,但键盘本身仍然存在。我完全不知道为什么会发生这种情况,或者从哪里开始寻找。此应用程序在装有 iOS 5.1 的 iPad 上运行
有任何想法吗?
谢谢!//斯科特