Hi!

I am trying to open a menu when user double clicks on a cell of the table view. The problem is that the menu is appearing at the point (0,0) of the screen and not at the place where the cell is located.

Is there a way by which I can get the coordinates of the cell and move the menu to that location?

Thanks