For UITableViewCell (on iPhone) I need to figure out how to get it's current position?
Posted
by westla7
on Stack Overflow
See other posts from Stack Overflow
or by westla7
Published on 2010-03-14T18:08:36Z
Indexed on
2010/03/14
18:45 UTC
Read the original article
Hit count: 274
So, idea is the following. I have UITableViewCell, and when I click on it, I want to show UIActivityIndicatorView right in this cell. I cannot figure out how do I find the X/Y or any position (I can find the frame size of UITableViewCell though but it does not help much :-) for the given cell. Any tips? Help?
Thank you!
© Stack Overflow or respective owner