xmartlabs/XLForm

Right to Left support for XLForm

Open

#781 aberto em 7 de mai. de 2016

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Objective-C (969 forks)batch import
feature requesthelp wanted

Métricas do repositório

Stars
 (5.786 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador