1
vote
2answers
189 views

Is there RTL support in iPhone Application (Stoaryboard)

I am newbie for iPhone application. I am fine with English and Arabic text (selecting language at the start of application) however just curious how to format the screen from LTR to RTL. Is there ...
0
votes
0answers
106 views

Change the iphone screen layout to rtl for Arabic

I am a novice developer on the iOS platform. I have a sample app made in English. I also have the localisation files that display the Arabic strings when the user clicks on a button to change the ...
0
votes
3answers
396 views

RTL languages uipageviewcontroller animation

I know this question is typique and it was asked many times in the forum, but I still cannot solve my problem, so please if any body can help be that would be GREAT :) I am creating a book ...
7
votes
4answers
3k views

Right to Left UI in iPhone (Hebrew)

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, which is nice, but it ...
7
votes
4answers
2k views

RTL shows numbers at the end of lines

Trying to display a hebrew string that starts with a number, always displays the number at the end of the string like so: 1. יום שישי בבוקר but I need the number to be displayed at the right side of ...
8
votes
2answers
1k views

How to change the writing direction in iPhone UITextView or UITextField

Right now if you type something in a right to left language and tap and hold, the copy and paste menu will have an extra option for changing the writing direction form "left to right" to "right to ...
2
votes
2answers
2k views

Right to Left Alignment for UITableView

I am working on an arabic app for iphone 3.0. i was wondering if there is a way that i can convert the UITableViewCell to be right-to-left. I want everything to be in the opposite direction. Any ...