I have three table views inside a view controller (going to show/hide table views to display a list of options in different contexts)
Just wondering what the best way is to distinguish between different table views that are using the same delegate.
Thanks
Use three separate instance variables in your view controller to store the table views. Then in the delegate methods you can do something like this: