i am making app with Xcode using my Wordpress Site as backend , and I am using WebView , I have download html code in my site , now when i click on download button in ios app it just open full image but not downloading the image, in android app I have code to download image but i don't know how to do this in Xcode , this is my html code in site
<a href="http://www.punjabidharti.com/wp-content/uploads/2018/11/jassi-gill-troll.jpg?" download="Jassi Gill Troll"><img src="http://www.punjabidharti.com/images/download.png" height="25" width="100" /></a>
can i download image in Xcode too ?