ColorPickerExample icon indicating copy to clipboard operation
ColorPickerExample copied to clipboard

Localization (RTL) issue

Open 224XS opened this issue 7 years ago • 0 comments

Of note, when displayed in a setting with a Right-to-left locale, the picker works backwards, i.e., a tap on the left side of the collection (where the color in the item is a light color) produces a dark color, and vice versa.

I suspect this can be remedied with an appearance().semanticContentAttribute = .forceLeftToRight but I have not yet tried this out.

224XS avatar Dec 30 '17 16:12 224XS