Skip to content

Commit

Permalink
feat: removed deprecated UIWebView fixes dfmuir#69
Browse files Browse the repository at this point in the history
  • Loading branch information
matrad committed Oct 5, 2020
1 parent 97f3fca commit cc7aa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KINWebBrowser/KINWebBrowserViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
*/

+ (UINavigationController *)navigationControllerWithWebBrowser;
+ (UINavigationController *)navigationControllerWithWebBrowserWithConfiguration:(WKWebViewConfiguration *)configuration
+ (UINavigationController *)navigationControllerWithWebBrowserWithConfiguration:(WKWebViewConfiguration *)configuration;


@property (nonatomic, strong) UIBarButtonItem *actionButton;
Expand Down

0 comments on commit cc7aa47

Please sign in to comment.