I’d like to load a web page and parse the article text and title only, then display this in a view. Is it possible to do this without using UIWebVIew? If its possible, I’d prefer to use only built in functions and no plugins.
Thank you.
I’d like to load a web page and parse the article text and title
Share
You can create a HTTP reqest to get the html content string, then parse the string.
For example, to get the title of html: