Skip to content
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages