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.
我正在尝试制作一个应用程序,该应用程序允许我记录直到某个数字的数字,然后将它们添加为 Science Fair 评审应用程序的计算器。我有所有的数字,但我不能让小键盘消失。
只需调用
[self.view endEditing:YES];
在UIViewController托管您UITextField的 s 上。这将使他们辞去第一响应者的职务,从而解雇您的小键盘。
UIViewController
UITextField