Skip to content

whitehorse21/iMagickWand

 
 

Repository files navigation

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

About

iOS UIImageView with magic wand operation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%