You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks pretty much like the issues I'm having as well. As far as I can tell UXReader is not properly threadsafe, drawing is performed on CALayers on a separate thread (UXReader even introduces its own dispatch queue) but references to the pdf document object and other stuff are handed down the chain and used from everywhere, leading to crashes. In my case I'm having the issues if I change the pdf document quickly, so the previous document is replaced while the drawing functions are still accessing it. Correct me if I'm wrong but this is what I've found so far. Haven't found a fix for it yet...
The text was updated successfully, but these errors were encountered: