#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