Closed yasminmohsen closed 3 years ago
change the spreadsheet layout from left to right, I want to be able to tell spreadsheet to flip its layout from LTR to RTL and vice versa
when forcing parent layout to change from LTR to RTL ,all component in the view change except the spreadsheet is still LTR
Solved
Solved using : //in viewDidLoad spreadSheetView.transform = CGAffineTransform(scaleX: -1.0, y: 1.0)
//in cellForItemAtIndexPath cell.transform = CGAffineTransform(scaleX: -1.0, y: 1.0)
Expected Behavior
change the spreadsheet layout from left to right, I want to be able to tell spreadsheet to flip its layout from LTR to RTL and vice versa
Actual Behavior
when forcing parent layout to change from LTR to RTL ,all component in the view change except the spreadsheet is still LTR
Specifications