spacenation / swiftui-sliders

:rocket: SwiftUI Sliders with custom styles
MIT License
793 stars 84 forks source link

Support RTL Languages #26

Open 0xifarouk opened 3 years ago

0xifarouk commented 3 years ago

Hi, with RTL languages the slider slide on the opposite direction, if you want to try it:

.environment(\.layoutDirection, .rightToLeft)

Ankooo12 commented 3 months ago

@0xifarouk Have you found anything?

0xifarouk commented 3 months ago

@Ankooo12 Nope, I used UISlider instead. Also I found that sliders should be always LTR.