Right to Left UI in iPhone (Hebrew)

前端 未结 4 995
名媛妹妹
名媛妹妹 2021-01-12 08:06

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,

4条回答
  •  自闭症患者
    2021-01-12 08:47

    I have no experience with right-to-left-text but have you tried to set the text alignment to right?

    [cell.textLabel setTextAlignment:UITextAlignmentRight];
    

提交回复
热议问题