RSully / RSColorPicker

iOS color picker view with brightness control, opacity control, and delegation support.
Other
302 stars 77 forks source link

use CALayer rather than a view hierarchy #52

Closed alexzielenski closed 10 years ago

alexzielenski commented 10 years ago

CALayer is more performant and fixes the "double opacity" issue of the currently selected color. Also, migrate to dot notation for some things

RSully commented 10 years ago

One last note: probably would be best to rename the View files to Layer where appropriate.

RSully commented 10 years ago

It appears that the cropToCircle slider doesn't work anymore. It successfully limits touch events and selection, but it doesn't actually crop the layers visually.

Edit: fixed below :)

RSully commented 10 years ago

Merged, with additional commit: 93719b081d82a45536d4a51ca99ded6daa279e99