amratab / FlexibleSteppedProgressBar

Flexible Stepped Progress Bar for IOS
Other
575 stars 113 forks source link

Added RTL support for the Progress bar and inside, top and bottom text labels #38

Closed abdulla-allaith closed 2 years ago

abdulla-allaith commented 4 years ago

Added an attribute (isRTL) to allow support for Right to Left languages. Upon setting it to true:

Tested it in a multi-language app I am working on.

abdulla-allaith commented 3 years ago

@amratab Any update on merging this? I have been using this RTL fix in a highly used production app without any issues.

keegho commented 3 years ago
Screen Shot 2021-07-29 at 3 20 02 AM

Now the Arabic text is ### unreadable

UPDATE:

I added the RTL code to the toptext too it wasn't added in your commit. And how it is working fine.