Ios swift – Views not mirrored for RTL languages
I’m trying to localize my SwiftUI app for RTL languages but having trouble getting the views to be mirrored (navigation presentation direction, link chevron direction, toolbar items location etc.) I created a really simple project with the code below and…