I have the following setup.
+- XXXCustomControl : UIControl -------+ | A | | +- ContentView -------------------+| | |
override func point(inside point: CGPoint, with event: UIEvent?) -> Bool { if <#condition#> { return true } else { return false } }