brentnycum / BNHtmlPdfKit

Easily turn HTML data from an HTML string or URL into a PDF file on iOS
MIT License
270 stars 63 forks source link

Updated for use with WKWebView. #24

Closed ToshMeston closed 1 year ago

ToshMeston commented 4 years ago

This just replaces UIWebView with WKWebView since UIWebView is deprecated and the App Store will stop accepting submissions with UIWebView for new apps starting April 30, 2020, and updates to existing apps starting December 31st, 2020.

No changes to BNHtmlPdfKit's interface.