LEColorPicker icon indicating copy to clipboard operation
LEColorPicker copied to clipboard

A Cocoa-Touch system for iOS to get a color scheme in function of an image, like iTunes 11 does.

Results 5 LEColorPicker issues
Sort by recently updated
recently updated
newest added

This is crashing our app at start up. - (void)appDidEnterForeground { isComeBackFromBG = YES; dispatch_resume(taskQueue); } Thread 1: EXC_BREAKPOINT (code=1, subcode=0x180b4bab8)

Does LEColorPicker ignore the border of an image? If not, can it be modified to do so?

I've noticed if my app resumes from the background it seems like LEColorPicker fails to get a color and simply returns nil. I'm going to try using the block method...

i'm getting crashes from LEColorPicker. it happens not that often, but still annoying. Any ideas? thanks. ``` libdispatch.dylib 0x3b73eab0 _dispatch_xref_dispose$VARIANT$up + 8 TestApp 0x00101f57 -[LEColorPicker .cxx_destruct] (LEColorPicker.m:21) libobjc.A.dylib 0x3b259c19 _ZL27object_cxxDestructFromClassP11objc_objectP10objc_class...

This didn't seem to be a problem in the commits around February, but now there is a pretty huge problem with the contrast between the text colors and the background...

bug