MonoTouch CoreGraphics PDF memory issues with CGPDFDocument and CGPDFPage

前端 未结 2 604
醉梦人生
醉梦人生 2021-01-24 22:16

I\'ve been working with MonoTouch for 3 weeks now and everything was going great until I had to display PDFs in my app.

Using Apple\'s Quartz 2D Programming Guide I ma

2条回答
  •  隐瞒了意图╮
    2021-01-24 22:31

    The above stack trace shows that the PDF release code was called from the finalizer thread, not directly from Dispose.

    Would you be so kind to provide me with a test case that exhibits the problem? Once we have a test case, we should be able to give you a fix or a workaround in a couple of hours.

提交回复
热议问题