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.
textFieldShouldEndEditing 仅在从第一个文本字段离开焦点并聚焦第二个文本字段时调用。这里我想在我单击文本框外部而不是关注其他文本框时调用委托。
现在,当您点击屏幕上的任何位置(不包括其他控件)时,将调用您的代理。
-(IBAction)hideCurrentKeyboard{ [currentTextField resignFirstResponder]; }