RSully / RSColorPicker

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

Image Color Pick issue #29

Closed iPhoneNishant closed 11 years ago

iPhoneNishant commented 11 years ago

Hi, When i pass a image in rscolorpicker I am not getting any change in UI and response

RSully commented 11 years ago

I don't think I understand the issue. Maybe you could show me the code you're using to help me understand where the problem is occurring.

If you're talking about the performance issues ("not getting any change in UI") and the delay when you add the picker as a subview then I am addressing that in #27 (discussion) and #28 (implementation).

iPhoneNishant commented 11 years ago

Sorry for my english,

I want to use your code for pick a color from images. When I am trying to pass a image for pick a color. This is not working.

RSully commented 11 years ago

No problem, I understand now.

Currently that is unsupported, however I love the idea and will look into adding this functionality soon.

RSully commented 11 years ago

I started experimenting with this in the feature-image_picker branch.

That branch is based off of the optimization branch that I am going to be merging into master soon.