Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subviews and frozen columns scroll issue #263

Open
skalber-mm opened this issue Nov 2, 2020 · 0 comments
Open

Subviews and frozen columns scroll issue #263

skalber-mm opened this issue Nov 2, 2020 · 0 comments

Comments

@skalber-mm
Copy link

skalber-mm commented Nov 2, 2020

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:

image

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?

image

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

  1. Add a spreadsheet with 1 frozen column
  2. Add normal rows and columns to the sheet
  3. Add a subview to the sheet, which internally is added to the overlayView
  4. Scroll the content

Specifications

  • Xcode version: 12
  • iOS version: 14
  • Dependency manager + version: Cocoapods 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant