Skip to content

Instantly share code, notes, and snippets.

@isoiphone
Created February 27, 2014 23:25
Show Gist options
  • Save isoiphone/9261898 to your computer and use it in GitHub Desktop.
Save isoiphone/9261898 to your computer and use it in GitHub Desktop.
// oh dear god...
if ([[[[_actionSheet superview] superview] nextResponder] respondsToSelector:@selector(setPassthroughViews:)]) {
[[[[_actionSheet superview] superview] nextResponder] performSelector:@selector(setPassthroughViews:) withObject:nil];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment