RSully / RSColorPicker

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

`setSelectionColor:` cannot be called immediately #36

Closed unixpickle closed 10 years ago

unixpickle commented 11 years ago

After initializing an RSColorPickerView, I would expect to be able to immediately call setSelectionColor:. However, calling this has no effect until after the picker view has received a didMoveToWindow call.

RSully commented 11 years ago

I started looking into this. I am wondering if this was simply a side effect from your issue #35. I cannot reproduce the problem in e159733.

RSully commented 10 years ago

Closing this as I think it was fixed as a side affect previously.