How to let touches go through a UIView that has a mask set

239 Views Asked by At

I have a custom view that is shown at the bottom of the screen on iPhone with a mask set that makes the background transparent from the blue color you see in the screenshot. You can see that the "Sign In" button is behind this view with a transparent mask so when I try to tap the "Sign in" button the event does not go through. Is there a way to pass the event to the button when user taps on the transparent mask applied to this view?

enter image description here

0

There are 0 best solutions below