iOS deprecated API – UIWebView

New/update app will reject any app using UIWebView after 2020/Dec.

Here's a simple script to find all UIWebView references in current project.

Just execute this line in the project root directory.

grep -r UIWebView .
This entry was posted in iOS development and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *