SpreadsheetView
SpreadsheetView copied to clipboard
Table View "willDisplay" func for detect SpreadsheetView scroll end for Pagination
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: ?
I have the same problem, any solutions found?