如何使用 PSPDFKit 检查在后台线程中使用主线程代码?
How to use PSPDFKit check use main thread code in background thread?
我的应用程序很慢 frequently.This UI 是 chaos.I 我 impossible.I 想使用 PSPDFKit 检查在后台使用主线程代码 thread.Thanks!
乐于分享和帮助!
我们在 PSPDFKit (An SDK to view and edit PDF documents) open source smaller parts of our SDK regularly and also share knowledge via our blog。你可以在这里找到主线程保护代码:
https://gist.github.com/steipete/5664345
我更新了要点,不再需要 PSPDFAssert
宏。虽然在评论中对此进行了解释,但我发现如果您只是想快速复制代码而不实际阅读代码,这可能会让人感到困惑:)
我的应用程序很慢 frequently.This UI 是 chaos.I 我 impossible.I 想使用 PSPDFKit 检查在后台使用主线程代码 thread.Thanks!
乐于分享和帮助!
我们在 PSPDFKit (An SDK to view and edit PDF documents) open source smaller parts of our SDK regularly and also share knowledge via our blog。你可以在这里找到主线程保护代码:
https://gist.github.com/steipete/5664345
我更新了要点,不再需要 PSPDFAssert
宏。虽然在评论中对此进行了解释,但我发现如果您只是想快速复制代码而不实际阅读代码,这可能会让人感到困惑:)