Image picker support - #31
Conversation
…mportant now that we are using a custom image
There was a problem hiding this comment.
This should probably be in the background
Conflicts: RSColorPicker/ColorPickerClasses/RSColorPickerView.h RSColorPicker/ColorPickerClasses/RSColorPickerView.m RSColorPicker/TestColorViewController.m
RSully
commented
Jan 18, 2014
This is pretty broken right now given the "state" concept we implemented. |
dsmurfin
commented
Jan 20, 2014
I can see why the new state stuff has broken this now I've had a look through the code. I reckon this would be quite a useful addition if it can be made to work with the new code. |
RSully
commented
Jan 20, 2014
Yeah I haven't lost hope for this yet. A few solutions come to mind:
/ping @unixpickle |
dsmurfin
commented
Jan 20, 2014
I guess the cleanest option is potentially no.3. That keeps the logic in the same class etc and should result in less changes to RSColorPickerView |
unixpickle
commented
Jan 20, 2014
If we made a state base class and then subclassed it for HSV and Live states that would possibly work. I'll look into it when I'm free. |
RSully
commented
Jan 21, 2014
Even an |
This branch is a testing ground for adding custom-image support as suggested in #29.