I'm using BNHtmlPdfKit to render Html to PDF. It worked great but in iOS8 it just hangs on
[renderer drawPageAtIndex:i inRect:renderer.paperRect];
To be honest I don't even know how to debug it - theres no error messages and you can keep pressing continue but just breaks at the same breakpoint. In the end it just times out.
Anyone got any ideas?
Cheers