SpreadsheetView icon indicating copy to clipboard operation
SpreadsheetView copied to clipboard

Table View "willDisplay" func for detect SpreadsheetView scroll end for Pagination

Open cemalsayin opened this issue 5 years ago • 2 comments

Expected Behavior

Hi i want to pagination my SpreadsheetView i used tableview's willDisplay func my another table view. Does SpreadsheetView have any func for detect scroll end like table view;

func tableView(_ tableView: UITableView, willDisplay cell: UITableViewCell, forRowAt indexPath: IndexPath) {
}

Steps to Reproduce the Problem

Specifications

  • Xcode version: 11
  • iOS version: ?
  • Dependency manager + version: ?

cemalsayin avatar May 08 '20 15:05 cemalsayin

I have the same problem, any solutions found?

RanaAhmedHamdy avatar Feb 23 '21 10:02 RanaAhmedHamdy