BNHtmlPdfKit icon indicating copy to clipboard operation
BNHtmlPdfKit copied to clipboard

iOS 8: webViewDidFinishLoad: drawPageAtIndex breaks

Open swl367 opened this issue 10 years ago • 3 comments

I'm getting a crash on the latest BNHtmlPdfKit on my iOS 8 where this line of code is stopping in the webViewDidFinishLoad method:

[renderer drawPageAtIndex:i inRect:renderer.paperRect];

but I can step through about 20 breakpoints and it doesn't crash.

swl367 avatar Sep 04 '14 20:09 swl367

I'm having the same issue... have you found a fix?

ChrisBeeson avatar Sep 13 '14 10:09 ChrisBeeson

Bump... Having the same issue

dwag3 avatar Jan 12 '15 16:01 dwag3

Make sure you don't have "All exceptions" breakpoint enabled.

croonster avatar Jan 27 '15 14:01 croonster