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.
有没有办法以编程方式捕获软键盘中的任何键被按下?当按下任何键时,我需要发送一个事件。
您将希望成为您用来展示键盘的任何响应者的代表。在大多数情况下,它只是一个 UITextField 或 UITextView。在任何一种情况下,将自己指定为代表并回复
文本字段:shouldChangeCharactersInRange:replacementString: