iOS Question TableView with reusing visble custom items

b4auser1

Well-Known Member
Licensed User
Longtime User
indexPathsForVisibleRows, visibleCells provide information identifying visible rows in the table view.

How to setup events handlers to process events from TableView to be notified that the set of visible rows has changed ?
 
Top