-
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
Draggable textview position problem #88
Comments
Thanks, I'll take a look |
Not sure if anyone cares 6 and a half years later, but looks like origin changing on 587 ACEDrawingView/ACEDrawingView/ACEDrawingLabelView.m Lines 567 to 587 in 47f3bce
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using 'ACEDrawingDraggableTextTool' in the project. I am running the code in the Xcode 9. iPhone X/iPhone 8 plus simulator.
The issue is, the text view is not getting placed at the cursor location. When I click on the screen it is placed some points down the cursor pointer.
I want to create text view from the touch point itself instead of another location. How can I achieve it?
Other controls are working properly as per the touch location.
The text was updated successfully, but these errors were encountered: