hbang / Alderis

A fresh new color picker, with a gentle, fun, and dead simple user interface.

Home Page:https://hbang.github.io/Alderis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color pallate incompatible with right to left aligned languages

Aransh opened this issue · comments

When using the color pallate (on Scorpion), whichever color I tap will select the color in the mirrored location (as in, tap blue in right edge, get green in left edge selected).

This should have been fixed by #3, as I changed it to use hitTest rather than calculating the color itself (see ColorPickerSwatchViewController.swift:249)

This should be fixed with 1.1. Due to the way I changed the implementation, the palette/swatch will no longer flip right-to-left for RTL languages. I may add RTL support back in a future release.