I'm having a video, on which I want my users to draw on the video. I'm able to achieve that. However, when the device orientation gets changed, the drawing gets distorted. The demo source code can be found from below link:
https://www.dropbox.com/s/hkrmqgplgfd53mo/DrawPathOnVideo%204.zip?dl=0
The goal I want to achieve is to allow users draw on AVPlayer, when the video is paused. When the video is played again, the images should appear at that time. Any ready mode controls, if available??