Daily Archives: 2020/06/23

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 .

Posted in iOS development | Tagged , | Leave a comment