bannzai / SpreadsheetView

Full configurable spreadsheet view user interfaces for iOS applications. With this framework, you can easily create complex layouts like schedule, gantt chart or timetable as if you are using Excel.
MIT License
3.52k stars 455 forks source link

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

Open cemalsayin opened 4 years ago

cemalsayin commented 4 years ago

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

1. 1. 1.

Specifications

RanaAhmedHamdy commented 3 years ago

I have the same problem, any solutions found?

hassanilyas786 commented 4 months ago

any solution?