BNHtmlPdfKit
BNHtmlPdfKit copied to clipboard
iOS 8: webViewDidFinishLoad: drawPageAtIndex breaks
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.
I'm having the same issue... have you found a fix?
Bump... Having the same issue
Make sure you don't have "All exceptions" breakpoint enabled.