tapptitude / TTSegmentedControl

An elegant, animated and customizable segmented control for iOS created by Tapptitude
https://tapptitude.com
MIT License
596 stars 97 forks source link

Segmented is not supporting RTL when using constraints? #39

Open ytpm opened 4 years ago

ytpm commented 4 years ago

I've added the segmented by code, and added constraints, but when the app is rtl, the segmented remains the same. Not mirroring the view to support rtl.

Try to use a little hack to mirror the view using CGAffineTransform, but the labels are mirrored also. Not very good idea.

Any idea?

alextud commented 4 years ago

What is rtl ? also can you post a screenshot ... Thanks

AAlboghdady commented 3 years ago

Did you fix RTL @yositsa ?