xmartlabs / XLForm

XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
MIT License
5.77k stars 952 forks source link

Right to Left support for XLForm #781

Open mehdihz opened 8 years ago

mehdihz commented 8 years ago

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.

BilalSaifudeen commented 7 years ago

@mats-claassen Do you have a list of all RTL issues? I would like to help to make XLForm fully RTL supported:) Let me know if you have any plans