检测空UITextField中的Backspace是否有任何方法可以检测到背空间/删除键按在iphone键盘上UITextField那是空的?我想知道什么时候背空间只在以下情况下才按下UITextField是空的。根据@AlexReynolds在评论中的建议,我在创建文本字段时添加了以下代码:[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(handleTextFieldChanged:)
name:UITextFieldTextDidChangeNotification
object:searchTextField];收到此通知(handleTextFieldChanged函数),但当我按下背空间输入一个空字段。有什么想法吗?这个问题似乎有些混乱。控件时,我希望收到通知。背空间按下键。就这样。但是解决方案也必须在UITextField已经空了。
3 回答
湖上湖
TA贡献2003条经验 获得超2个赞
-[UITextField deleteBackward]
.
UITextInput
UIKeyInput
deleteBackward
UILabel
UIKeyInput
UITextInput
UIKeyInput
- 3 回答
- 0 关注
- 545 浏览
添加回答
举报
0/150
提交
取消