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,
I have no experience with right-to-left-text but have you tried to set the text alignment to right?
[cell.textLabel setTextAlignment:UITextAlignmentRight];