marcuswestin / WebViewJavascriptBridge

An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews
http://marcuswest.in
MIT License
14.29k stars 2.98k forks source link

fix crash in Swift project #379

Open meng03 opened 5 years ago

meng03 commented 5 years ago

when delegate is written in swift, return [strongDelegate webView:webView shouldStartLoadWithRequest:request navigationType:navigationType];will crash due to a nil request.