Right-to-left text in table view
Right-to-left text in table view
- Subject: Right-to-left text in table view
- From: Craig Williams <email@hidden>
- Date: Thu, 11 Dec 2008 10:19:57 -0700
I am writing a simple iPhone app that has English words
in a table view and when touched reveal the Hebrew equivalent.
What method should I use to display the Hebrew text from right-to-left.
I am filling the table from data in a plist file.
words.plist
<key>I</key>
<string>אני</string>
<key>you (m)</key>
<string>אתה</string>
Here the Hebrew words are as they should be, right-to-left, but
when they are loaded in the table they are reversed and read
left-to-right._______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden