SpreadsheetView icon indicating copy to clipboard operation
SpreadsheetView copied to clipboard

Resizing cells on device rotation

Open EKOLX opened this issue 4 years ago • 1 comments

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.

EKOLX avatar Oct 22 '20 12:10 EKOLX

You will have to reload the data to make this happen.

FadyFaheem avatar Jan 23 '23 11:01 FadyFaheem