'Storyboard mirroring after localization in iOS

I have an iOS app. I started working on it without localization. The app is RTL-language-oriented. Now I wanted to localize the app so I created localization of strings. I didn't add any storyboard localization.

But unfortunately, all the UI got mirrored.

I don't even have "main(base)" file enter image description here

The question is - Why is my UI NOT ignoring the language direction like it did before I started localizing? I expect the UI to ignore the language direction because I didn't add anything that should change the behavior it had before starting the localization.

(I know about the "right-leading left-trailing + respect language direction" ability of constraints, this is not my question)

Thank you!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source