Kevin Lee

Results 3 issues of Kevin Lee

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...

I'm getting a EXC_BAD_ACCESS after I successfully finish swiping a table view cell. In this part of the code: if (cellState == MCSwipeTableViewCellState1 && _modeForState1) { cellMode = self.modeForState1; }...

I see the example where pages are retrieved and everything is cached correctly. The next time I load the same url, I see the X-RNCache header. However, Is there a...