In my app I have a UIWebView that shows a list of pictures. Right now, when someone taps and holds their finger on a picture, the option comes up to copy that picture.
Is there a way to make it so that, when someone taps and holds, the option to save that picture appears?
Any ideas are welcomed!
You need to detect the long tap. For that you need to add:
and in your view did load:
and ask the user to save the picture once the app detects the long tap.