检测空UITextField中的Backspace
UITextField
UITextField
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(handleTextFieldChanged:) name:UITextFieldTextDidChangeNotification object:searchTextField];
handleTextFieldChanged
UITextField
湖上湖