We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a problem, I parse html page and view freezing while its parsing. How to use this library for parsing asynchronously?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
I have a problem, I parse html page and view freezing while its parsing. How to use this library for parsing asynchronously?
The text was updated successfully, but these errors were encountered: