When a UIView is assigned to a UITapGestureRecognizer , it is passed a reference to the target (by the way, tell it what it is?) And a selector is a reference to the method that is called by clicking on the UIView .
Interested in the opportunity to get a link to the UIView for which Tap was made in the body of the method that handles a click on this UIView . In Android, this is provided by default, how can you implement this in iOS?