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 中编辑文本并点击返回键不会关闭键盘,它只会向下移动到下一行。
如何添加完成按钮并使其关闭键盘?
实施
textView:shouldChangeTextInRange
查找“\n”然后调用的方法
resignFirstResponder如果textView找到它。
resignFirstResponder
textView
参考