-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DraggableText issue #66
Comments
I ran into the same problem on a branch that I was playing around with. I managed to fix it in my local translation (which is now written in C#) but someone working on this could do a similar fix in Objective C. In AceDrawingView.drawings(), after the looping over the pathArray and calling [tool draw] on each, I did something like this:
|
Please translate the above @cainunable 's C# to Objective-C code... |
Actually issue 76 included a PR for a fix for that, simpler than looping over the subviews. The problem is that @acerbetti forgot to modify the |
ACEDrawingView Version : 2.0.1
added some draggable texts into drawingview. But it would not appear in preview. Please see attach file.
Please could you do fix it.
The text was updated successfully, but these errors were encountered: