I\'m struggling in creating a RTL UI in iPhone application. The framework doesn\'t seem to have any support for RTL languages. The only thing is the alignment inside labels,
Given that the built-in apps don't flip their layout when you switch the UI language to Hebrew, I think you shouldn't do it either. If your app uses a RTL layout while all other apps use a LTR layout, this might be quite confusing.
Maybe Apple will improve their RTL support one day. If you stick to standard controls, you will probably get most of these improvements for free.