ACEDrawingView
ACEDrawingView copied to clipboard
Drawing view is not supporting orientation.
Hi,
I have used this pod in an iPad application. I am facing data discrepancy issue when I switch the orientation of the iPad.
Here are some details about the issue I am facing.
- Open the view to add stylus notes in portrait mode.
- Draw something at the bottom of the drawing view.
- Save the drawn data as UIImage and close this stylus notes view.
- Switch the orientation of the iPad to landscape and again open the saved image for preview in landscape mode.
- The content drawn at the bottom is no more visible.
Please let me know the possible solution for this issue.
Thanks.
I'm not sure how to solve this issue. As you notice, when you save the drawing, you will get an image. if you change orientation, to load the image again, you can stretch it, or load using the original dimensions.
You can try to stretch it if you want to see the bottom part of it, but the drawing will look funny especially if you were using shapes like a circle or so...