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.
我的问题有点直截了当,几乎与大多数人试图实现的目标相反:
当按下“返回”/“完成”按钮时,如何防止键盘消失?
非常感谢!问候,芥末
您需要创建一个 UITextFieldDelegate,并覆盖 textfieldShouldReturn: 方法。如果您从此方法返回 NO,则键盘不会消失。
当然,将您的委托链接到 textField