ColorArt
ColorArt copied to clipboard
add class prefix to category method names
In order to avoid method name clash please add class prefix to method names
- (SLColorArt*) sg_colorArt;
- (SLColorArt*) sg_colorArt:(CGSize)scale; etc
If you can send a pull request i'll merge it, sorry for the late reponse.