SyntaxFix
Write A Post
Hire A Developer
Questions
You can also create a method in your controller
-(IBAction)editingEnded:(id)sender{ [sender resignFirstResponder]; }
and then in Connection Inspector in IB connect Event "Did End On Exit" to it.