In my project I have some scroll views and a tableviews. I have implemented delegate method - (void)scrollViewDidScroll:(UIScrollView *)scrollView It is called by scroll view and also by tableview,(Since tableview is a subclass of scroll view). I want to know the method is not called by table view. How can I do so?
In my project I have some scroll views and a tableviews. I have implemented
Share
A simple check like this one should do the trick:
Or set & compare tags for multiple tables/scroll views