iOS-htmltopdf
iOS-htmltopdf copied to clipboard
UIKit crash fixes.
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.