All Questions
1 question
0
votes
1
answer
2k
views
Detect UITableViewCells that appear on the screen
I need to make a request when the user saw the UITableViewCell, I used func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) but this method call ...