Find which function is being called when a view is clicked

100 Views Asked by At

I have been trying to change what happens when a imageView is clicked in an external library. But I have no idea which function is called when that happens. I really don't want to go through the code and figure it out, so I was wondering, if there was any way I could use something like debugging to figure out which function is called when I click the view?

If it helps, I'm trying to do this: Issue-2023

0

There are 0 best solutions below