nnhubbard / ZSSRichTextEditor

A beautiful rich text WYSIWYG editor for iOS with a syntax highlighted source view
MIT License
3.78k stars 584 forks source link

Needs to remove references to UIWebView #267

Closed halpz closed 2 years ago

halpz commented 4 years ago

you can no longer submit apps that use UIWebView (from december) so this needs to be changed to WKWebView!

nnhubbard commented 4 years ago

UIWebView isn't used anymore. Have you made sure to update?

codenameDuchess commented 2 years ago

Hi @nnhubbard, when I pulled in the dependency with CocoaPods the other day it resolved to your last tagged release (with UIWebView). Any chance of y'all creating a new tagged release? (The pod spec references version 0.5.2.2 but there's no corresponding tag in this repo). Thanks in advance! 👍

nnhubbard commented 2 years ago

Just don't use CocoaPods. We haven't ever updated that.