bannzai / bannzai/SpreadsheetView
Resizing cells on device rotation
Open
- Dominant language
- HTML
- Stars
- 3.5k
- Forks
- 476
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Could somebody help with resizing cell on device rotation to fit screen.
func spreadsheetView(_ spreadsheetView: SpreadsheetView, widthForColumn column: Int) -> CGFloat {
return self.view.frame.size.width / 4
}
it sets initially but on rotation doesn't recalculate.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.