bannzai / bannzai/SpreadsheetView
Reloading spreadsheetView after applying a transform breaks the frame
- Dominant language
- HTML
- Stars
- 3.5k
- Forks
- 476
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to zoom into the spreadsheetView using a pinch to zoom gesture to be able to give the users an option to see more data at once. The view zooms in just fine but when I reload the data after applying the scale transform, the frame of the subview that holds the spreadsheetView is much smaller than the actual view that goes in the XIB.
## Steps to Reproduce the Problem
1. Apply a scale transform to the spreadsheetView
2. Reload the data
3. You'll be able to see that the the 'subview' that holds the data is actually a lot smaller than the parent view or the spreadsheet view
## Specifications
- Xcode version: 9.2
- iOS version: 11.2
- Dependency manager + version: ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.