Question: Objective - C I'm trying to extract an image from a rss feed link and place it in a UIImageView. I found this code below

Objective - C

I'm trying to extract an image from a rss feed link and place it in a UIImageView. I found this code below that extracts html tags from an html string, but how do change/revise the code so that it extracts from an NSURL instead of html string?

NSString *url = nil; NSString *htmlString = ... NSScanner *theScanner = [NSScanner scannerWithString:htmlString]; // find start of IMG tag [theScanner scanUpToString:@" 

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!