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.
我的用户在 a 中输入文本,UITextField然后按 aUIBarButtonItem确认。
UITextField
UIBarButtonItem
如果用户点击 时有自动更正建议 UIBarButtonItem,则不接受。我如何以编程方式接受它?
尝试调用:
[textfield resignFirstResponder];
在您的文本字段上,当用户点击您的按钮时。