hpple
hpple copied to clipboard
How to parse html asynchronously
I have a problem, I parse html page and view freezing while its parsing. How to use this library for parsing asynchronously?
use a dispatch_async to a background queue and parse the html in the block then dispatch_async back to the main queue when done