I'm building an app with only Arabic as the UI language views built in storyboard are being flipped on runtime if device langauge is Arabic
I know that I can set semantic in Attributes Inspector to Force Left-to-Right or Right-to-Left but that doesn't always work and its time consuming process to set that up for each view.
What I'm trying to achieve is that I get the same UI without flipping regardless of the device language. Is there a way to set this up by code on global level?