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.
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.