I have a page where a Picker is used to change a drawn display using an SKCanvasView. The view changes as expected but I wanted to add a feature to allow the user to save the image as a PNG when the user double taps on the image (TapGestureRecognizer). Instead of getting the current image it only saves the image that was originally in the view when the page was opened. I'm not sure why it retains the original image when the view has changed.
↧