iMagickWand icon indicating copy to clipboard operation
iMagickWand copied to clipboard

iOS UIImageView with magic wand operation

iMagickWand

UIImageView subclass which allows to change color of the image via tap gesture:

Usage

Same as regular UIImageView, just set:
    @property(nonatomic, retain) UIColor* color;
    @property(nonatomic) int tolerance;
and it will be ready to receive your taps. Optionally implement MWImageViewDelegate and receive:
    -(void)imageViewDidStartedProcessing:(MWImageView*)imageView;
    -(void)imageViewDidFinishedProcessing:(MWImageView*)imageView;

Credits

License

Licensed under the Apache License, Version 2.0