- For eg. I have a table view with 10 cells of 50px height
- When the table view is first displayed, cell 5 has
y coordinate
of 200 - Now I scroll the table view and cell 5 is first visible cell on screen.
- Excluding, navBar of 40px, theoretical
y coord
of cell 5 is 40 wrt. screen. Right?
How can I get the value?
I tried cell.frame.origin.y
, but it gives the starting y
(200)