You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for this excellent framework! no words can describe how great it is, and how much work it saved me!
I would like to have an overlay view, I'm doing it using the info from this related merged fix: #33 #57
Please see the red vertical overlay view in this screenshot:
The issue is when scrolling I would like it to go below the frozen green column, can it be done using existing code, or the only way is to add this feature to the framework?
Thanks!
Expected Behavior
When adding a subview using spreadsheet.addSubview(myView) and having also a frozen column, the subview should scroll below the frozen column
Actual Behavior
the subview scrolls to the left and appears above the frozen column
Steps to Reproduce the Problem
Add a spreadsheet with 1 frozen column
Add normal rows and columns to the sheet
Add a subview to the sheet, which internally is added to the overlayView
Scroll the content
Specifications
Xcode version: 12
iOS version: 14
Dependency manager + version: Cocoapods 10
The text was updated successfully, but these errors were encountered:
First, thanks for this excellent framework! no words can describe how great it is, and how much work it saved me!
I would like to have an overlay view, I'm doing it using the info from this related merged fix:
#33
#57
Please see the red vertical overlay view in this screenshot:
The issue is when scrolling I would like it to go below the frozen green column, can it be done using existing code, or the only way is to add this feature to the framework?
Thanks!
Expected Behavior
When adding a subview using
spreadsheet.addSubview(myView)
and having also a frozen column, the subview should scroll below the frozen columnActual Behavior
the subview scrolls to the left and appears above the frozen column
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: