xmartlabs/XLForm

Right to Left support for XLForm

開放

#781 建立於 2016年5月7日

 (1 則留言) (0 個反應) (0 位負責人)Objective-C (969 個分叉)batch import
feature requesthelp wanted

倉庫指標

星標
 (5,786 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

The Persian language is Right To Left (like Arabic) and Apple does not support this language, thereby most of our users is using US English as default language so their devices is Left To Right. Using your form will show elements starting from left which is incorrect. I've tested transforming of view to change it's base direction like this code: [view setTransform:CGAffineTransformMakeScale(-1, 1)]; And transforming back it's subviews, but I've faced with some problems with it. I would like if you can plan to add functionality of RTL to this great library, or help me transform it's functionality. Thanks.

貢獻者指南