Scan Inside All HTML located In iOS NSDocumentDirectory

HibskefeSeell

New Member
I have one tableview in my app that loads one row for each HTML that is saved into the NSDocumentDirectory. Is there a way, when building the table, to scan inside each of the HTML files for a specific starting web address (this would be a specific URL to an image) and have it set the cell's imageView to that image? I know how to set the cell image and all, just not sure how to scan each HTML for the URL OF that image first. Any thoughts?
 
Back
Top