RSully / RSColorPicker

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

`setCropToCircle:` needs to be called #35

Closed unixpickle closed 11 years ago

unixpickle commented 11 years ago

Without setCropToCircle: being set, various methods like validPointForTouch: get confused because _activeAreaShape is nil. This method should not be necessary (i.e. there should be a default value).