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
458
forks
source link
Delegate didSelectItemAt does not work after scroll sheetView. #264
Expected Behavior
Delegate didSelectItemAt work OK after scroll sheetView.
Actual Behavior
I cannot catch the didSelectItemAt event in the delegate
Steps to Reproduce the Problem
Conditional: Prepare data with multiple columns and rows.
Specifications
Investigated:
After investigated I saw in the function
SpreadsheetView + Touches / touchesCancelled
was miss call functionclearCurrentTouch ()
.Please help me to confirm this issue. Thank you!