Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 338 Bytes

File metadata and controls

9 lines (4 loc) · 338 Bytes

HTMLImageParser

My motivation for this sample project is that normally what we do is that if we need to show HTML we use web view which have some drawbacks.

Now we don't need to use webview!!!

In this sample project I am parsing html and image tag, than extracting the image from image url. Image is downloaded and is displayed.