iOS automatically flips the entire ViewController when using RTL, such as Arabic, and does a great job with most layouts, especially text. The default behavior is to flip the layout, but leave the UIImageViews the same orientation (since you don't want to do inverse images at all).
Is it possible to indicate that some images should be turned upside down (for example, arrows) when RTL is installed on the phone?
ios internationalization
jhulst
source share