In my iOS undertaking I’ve two languages, English and Arabic.
Downside:
For Arabic it should swap to RTL, however again icon we must always use totally different icon for RTL.
From the picture, I modified route from Mounted to Each. And I added the separate icons for RTL. Downside is it at all times takes the LTR icons, I’m anticipating to choose RTL icons routinely.
Query:
The way to load the totally different photographs for RTL with out writing any situation in ViewController?
As a result of I’ve 100+ ViewControllers, so writing if situation in every controller to vary the icon is just not a greatest resolution.
In Android we are able to use drawable-ar for separate RTL icons, I would like related resolution in iOS.