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.
在 iOS 中,如果您创建一个实现 UIKeyInput 的 UIView,您可以通过成为第一响应者来获得键盘。当该键盘出现时,它具有系统定义的 inputAccessoryView,如下所示:
我怎样才能让它消失,并得到一个裸键盘?