As we know, in Arabic system, iOS 9 will mirror some controls layout's automatically. Not only that, I also notice that UINavigationController push animation is changed ( It will animate from right to left ).
Since I don't want iOS to do that, is there any way to force it like before?
I found UISemanticContentAttributeForceLeftToRight constant in iOS 9 . How should I use this ?
Thanks in advance