MonoTouch CoreGraphics PDF memory issues with CGPDFDocument and CGPDFPage

前端 未结 2 605
醉梦人生
醉梦人生 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:17

    This was caused by a bug in the MonoTouch Alpha which will be fixed in version 1.9.3

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题