evgenyneu / Cosmos

A star rating control for iOS/tvOS written in Swift
MIT License
2.19k stars 368 forks source link

How to change left-to-right to right-to-left #56

Closed smemamian closed 7 years ago

smemamian commented 7 years ago

hi

I sew new version supports right-to-left. how can I change it to right to left ?

evgenyneu commented 7 years ago

Hi, good question. Cosmos view will automatically switch to right to left layout on phones with right to left languages. If your language is left to right, you can switch the language of your phone in iPhone settings to a right to left language. Or, you can change it in Xcode, schema settings > Application language > right to left pseudolanguage. Is it what you are asking?

smemamian commented 7 years ago

thanks for your quick answer. then isn't there any code for programmer to change left-to-right to right-to-left without changing setting?

evgenyneu commented 7 years ago

You can set "Force Right-to-Left" in Semantic options of the Attributes inspector for the cosmos view.

evgenyneu commented 7 years ago

@smemamian is this issue solved?

evgenyneu commented 7 years ago

Closing the issue. Feel free to reopen if needed.

Erumaru commented 5 years ago

Force Right-to-Left doesn't work for me :(