RSully / RSColorPicker

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

Fixed leak + setSelectionColor: + IB Support #7

Closed unixpickle closed 12 years ago

unixpickle commented 12 years ago

Now you can call setSelectionColor: to give the color picker a color to display. I also fixed a leak involving the loupe, and I added XIB initWithCoder: support for the less experienced users...

RSully commented 12 years ago

Thanks!

Fixes #6 and #5 I believe