Getting Tap/Touch Position when selecting a TableView cell
Posted
by Omer
on Stack Overflow
See other posts from Stack Overflow
or by Omer
Published on 2010-04-09T21:10:33Z
Indexed on
2010/04/09
21:13 UTC
Read the original article
Hit count: 428
Hi, hope to get some help here because this is something that really makes me mad...
I have a view with a tableView, and when I tap a cell I want to present a popOver window pointing the arrow to the cell I tapped.
the things that I think I need is: 1- the position of the cell in the screen (not in the view, because on large tables the Y value of the cell's rect could be grater than screen hight)
or
2- a CGPoint or something similar that represents the point in the screen I tapped.
I can't figured this out, and makes me really mad!!!
Any help will very very very very usefull. Have a nice day.
© Stack Overflow or respective owner