From cc7aa47a2418901f652a85da5e08d45a805f565a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Radm=C3=BCller?= Date: Mon, 5 Oct 2020 16:44:55 +0200 Subject: [PATCH] feat: removed deprecated UIWebView fixes #69 --- KINWebBrowser/KINWebBrowserViewController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KINWebBrowser/KINWebBrowserViewController.h b/KINWebBrowser/KINWebBrowserViewController.h index 59aee36..d45206a 100644 --- a/KINWebBrowser/KINWebBrowserViewController.h +++ b/KINWebBrowser/KINWebBrowserViewController.h @@ -101,7 +101,7 @@ */ + (UINavigationController *)navigationControllerWithWebBrowser; -+ (UINavigationController *)navigationControllerWithWebBrowserWithConfiguration:(WKWebViewConfiguration *)configuration ++ (UINavigationController *)navigationControllerWithWebBrowserWithConfiguration:(WKWebViewConfiguration *)configuration; @property (nonatomic, strong) UIBarButtonItem *actionButton;