Thursday, March 13, 2014

Mac Xcode to hide keyboard

-(void)touchesBegan:(NSSet *)touches withEvent:
  (UIEvent *)event{
    [self.view endEditing:TRUE];

  }

No comments:

Post a Comment