How to save image from IOSImageView ?

I try many times but it could not save.

Could you show us the code you have tried?

Dim saveFile As Xojo.IO.FolderItem
saveFile = Xojo.IO.SpecialFolder.Documents.Child(“MyImage.png”)
myImage.WriteToFile(saveFile, “public.png”)

I am trying that one from iosimage example.

And the example of an App in iOSExample the xojo Doodle example. could not be save into a photo library. What should be the problem on that example. That is my problem, I stack on how to save image in IOS. Is there another way to save it on the mobile.

My Objective is to save a picture that i Capture or a Photo from photo library and save using http socket to the server.