iclems / iOS-htmltopdf

MIT License
305 stars 79 forks source link

UIKit crash fixes. #37

Open kaylanx opened 8 years ago

kaylanx commented 8 years ago

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.