Skip to content

Instantly share code, notes, and snippets.

@khanlou
Created April 25, 2018 21:57
Show Gist options
  • Select an option

  • Save khanlou/f26ec269eba771e25dfcb3f55353f6ab to your computer and use it in GitHub Desktop.

Select an option

Save khanlou/f26ec269eba771e25dfcb3f55353f6ab to your computer and use it in GitHub Desktop.
class PassThroughView: UIView {
override func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView? {
return nil
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment