iOS-htmltopdf icon indicating copy to clipboard operation
iOS-htmltopdf copied to clipboard

UIKit crash fixes.

Open kaylanx opened this issue 9 years ago • 0 comments

We had numerous UIKit crashes using this library.

We found that adding the dealloc method and calling terminateWebTask fixed most of these crashes, then there was another crash less frequent when the view in terminateWebTask was already nil when removeFromSuperview is called.

kaylanx avatar Apr 14 '16 09:04 kaylanx