I have 6 gesture recognizers each associated with an UIView object inside a ScrollView and I would like to know how to change the index of each view when a gesture is recognized. Should I change the index for each UIView object or can I change index from the recognizer object itself?
Thanks for your response.
When you get a gesture, just call
Or something along those lines, I don’t know your exact hierarchy