Open brendanmullan opened 9 years ago
+1
Yes it is. You can use something like LLSimpleCamera to setup the capturing feature. Once a photo has been taken, you can send the photo to a new UIViewController
(where you'll edit the image / draw on it). You can set the default view's class to ACEDrawingView
in the editing controller, and pass the captured photo as it's background image. From there everything is straightforward. :sunglasses:
Actually it's not working properly... See:
Related : https://github.com/acerbetti/ACEDrawingView/issues/27
Actually it seems to work if you add the picture in "viewDidLayoutSubview" AND if the picture is exactly the same size as the view.
Set the ACEDrawingModeScale on ACEDrawingView to ACEDrawingModeScale.
I have made some changes for drawing on image. Please have a look here
Do you mind to do a PR ?
Please review the request, suggest improvements.
Just quick question, would it be possible to take a photo with the device camera and draw onto it? Might be a nice feature to add :-)