I am trying to figure out how to detect which UITableViewCell
in a UITableView
are deployed in my phone screen.
For example: My numberOfRowsInSection are 20 but i see just 3 of them on the phone screen. I want to know how do determine which three are shown?
In my case, I need to send only the publicity that the users viewed in your phone screen and not the 20 rows loaded in the UITableView
.
Thanks!