As of IOS14 i started to notice a weird bug in my app.
I have several UILabels that contains text in Hebrew and suppose to be displayed in RTL direction and until today it worked fine.
But now running on IOS 14 I get this weird behaviour.
First time app launches after installing from Xcode, all UILabels are being displayed correctly.
But after closing the app and running again the direction of the UILabel׳s is changed to LTR.
Each UILabel has leading and trailing constraints to it׳s superview and the text alignment is set to natural
In app delegate i force app׳s direction to be RTL
I am using Xcode version 12.0
Has anyone faced this kind of bug?
I have several UILabels that contains text in Hebrew and suppose to be displayed in RTL direction and until today it worked fine.
But now running on IOS 14 I get this weird behaviour.
First time app launches after installing from Xcode, all UILabels are being displayed correctly.
But after closing the app and running again the direction of the UILabel׳s is changed to LTR.
Each UILabel has leading and trailing constraints to it׳s superview and the text alignment is set to natural
In app delegate i force app׳s direction to be RTL
I am using Xcode version 12.0
Has anyone faced this kind of bug?