Right to Left UI in iPhone (Hebrew)
Posted
by Reflog
on Stack Overflow
See other posts from Stack Overflow
or by Reflog
Published on 2010-03-04T08:37:46Z
Indexed on
2010/03/11
19:44 UTC
Read the original article
Hit count: 471
Hello,
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 conflicts with other controls behaviour.
The question is: Is there a working code for a RTL TableView? Something that would handle the disclosure buttons to be on the left, section titles to be right aligned, index view to be left aligned?
As far as I understand I cannot move the index view of the tableview, i have to overlay some custom control...
Any suggestions/pointers/examples?
p.s. this is not a duplication of this question: http://stackoverflow.com/questions/1677988/right-to-left-alignment-for-uitableview since what I am looking for is a deeper customization, not just a new type of CellView.
(Update: Mar 10) For now - I've removed support for indexView
from the tableView
at all, implemented the cells as custom views by myself (with disclosure buttons on the left), and customized the header/footer of the table as well. the only thing that is left is the Index View
.
Thanks in advance!
© Stack Overflow or respective owner