Puneet Goyal

Results 2 issues of Puneet Goyal

is there any branch with ios7 support?

`- (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event { UIView* hitView = [super hitTest:point withEvent:event]; if (hitView == self) { // Try to dismiss if backgroundTouch flag set. if (_shouldDismissOnBackgroundTouch) { [self dismiss:YES];...