Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to handle back button images for RTL languages in iOS 8 and later

I localized my back button images in navigation bars for English(<) and Arabic(>) in my app. When system language is set to Arabic, in iOS 9 and later, iOS will flip the navigation bar automatically and the back button will be on the right, so ">" image is a perfect direction. However, the back button is still on the left in iOS 8, and in this case ">" will be pretty weird. Can I use image that is localized for other language in my code? Any suggestion is appreciated.

like image 622
P. Tsin Avatar asked Dec 20 '25 21:12

P. Tsin


1 Answers

You don't need to have an extra image for these kinds Select a particular asset from properties select "Direction" previously it will be "fixed" convert it to "Left to Right, Mirrors"

like image 94
Nouman Avatar answered Dec 23 '25 13:12

Nouman