Showing posts with label hiding keyboard in ios. Show all posts
Showing posts with label hiding keyboard in ios. Show all posts

Thursday 28 November 2013

hiding keyboard in ios

call below code from event like clicking close button will close keyboard in ios
-(void)close:(id)sender{
    [text field name resignFirstResponder];
 }