I have one single menu which is shared by 3 table views as context menu. How do I know programatically on which table view user brings up the context menu?
I know I could clone the one menu 2 times and assign a unique id for each of them and thus I can distinguish them, but I'd like to keep just one instance around.