Skip to content

Instantly share code, notes, and snippets.

@Bayonetta
Created March 19, 2014 07:43
Show Gist options
  • Save Bayonetta/9637140 to your computer and use it in GitHub Desktop.
Save Bayonetta/9637140 to your computer and use it in GitHub Desktop.
Passing through touches to UIViews underneath
UIView *view = [UIView alloc]init];
view.userInteractionEnabled = NO;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment