When does -[UIWebPDFView _recreateUIPDFDocument] gets called?

155 Views Asked by At

I have a crash related to -[UIWebPDFView _recreateUIPDFDocument]. The crash occurs after a Memory Warning message which calls -[UIWebPDFViewHandler didReceiveMemoryWarning:] which in turn calls -[UIWebPDFView _recreateUIPDFDocument] which crashes the app. I was trying to recreate this crash but couldn't.

How can I do that?

0

There are 0 best solutions below