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 开发的新手。我有一个要求,我需要在点击 IPHone 模拟器键盘的返回按钮时保存在 UITextField 上输入的数字数据。请帮助我并告诉我使用哪种委托方法单击返回按钮保存在 TextField 中输入的数据。
提前致谢
以下委托方法:
- (BOOL)textFieldShouldReturn:(UITextField *)textField
当您单击返回按钮时文本字段退出时,这将被触发。然后,您可以对输入的文本做任何您想做的事情。