Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aataraxiaa/48b85c9b2efe1c2ea235ada80fd7ea87 to your computer and use it in GitHub Desktop.
Save aataraxiaa/48b85c9b2efe1c2ea235ada80fd7ea87 to your computer and use it in GitHub Desktop.
override func point(inside point: CGPoint, with event: UIEvent?) -> Bool {
let convertedPoint = button.convert(point, from: self)
return button.point(inside: convertedPoint, with: event)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment