I want to know the container of an UITapGestureRecognizer
in Swift
For example, if I put a UITapGestureRecognizer
in View1
When UITapGestureRecognizer
action is triggered, how do I know that View1
is the container of that UITapGestureRecognizer
?