Tuesday, May 6, 2014

Disappearing Keyboard on iPhone on touching anywhere on the UIView

#pragma mark - allow keyboard to dismiss by tapping anywhere not otherwise tappable on the view
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{
    LogDebug(@"touchesBegan:withEvent:");
    
  
   //-------------
  
    [super touchesBegan:touches withEvent:event];

}

No comments:

Post a Comment