IOS: disable user interface mirroring in XIB

to iOS 6have a new "feature", which displays the user interface elements in xib file if the user is in the language from right to left (Hebrew, Arabic). ( http://developer.apple.com/library/ios/#documentation/miscellaneous/conceptual/iphoneostechoverview/iPhoneOSTechnologies/iPhoneOSTechnologies.html )

This will completely ruin my interface.

Is there a way to disable it without disabling auto layout?

+5
source share
3 answers

"" Interface Builder. " ", . "-", .

. /xib , , Interface Builder / .

, xib/, "Leading to Trailing", " ", , - " ".

+10

@silyevsk - , , : xib (xcode/textedit/atom ..). , :

firstAttribute = "" : firstAttribute = ""

secondAttribute = "" : secondAttribute = ""

firstAttribute = "" : firstAttribute = ""

secondAttribute = "" : secondAttribute = ""

IB.

+11

I do not know why this answer was deleted, it works great!

enter image description here

+1
source

All Articles