Stefano Acerbetti
Stefano Acerbetti
Any update on this one? This is a definitely a blocker
Makes sense. Thank you
I have the same problem
Removing `compile 'com.google.android.gms:play-services-base:+'` from _build.gradle_ fixed it for me
What do we need that package for? Can we just simple do a PR to remove it from the project ? @rodrigocurbelo thanks for the script, it works for me
Wow, that was easy.... thank you very much, it works like a charm
This is a transparent view. You can add it on the top of an imageview with your background image
ah, ok. So you have to blend the images.. For example ``` objective-c - (UIImage *)blendImage { UIImage *bottomImage = UIImage *image = self.drawView.image; UIGraphicsBeginImageContext( bottomImage.size ); CGRect imageFrame =...
In the current implementation you can only have one ACEDrawingTool. Create a new NSObject which implement the protocol ACEDrawingTool (see other examples like rectangle). Now set the new tool to...
Thank you for the positive feedback. I'm not sure what exactly are you trying to do, but if I've understand it right here is my suggestion You can put the...