xiubojin / JXBWKWebView

An component WebView for iOS base on WKWebView
MIT License
735 stars 115 forks source link

移除监听崩溃 #77

Closed xingyuemitu closed 4 years ago

xingyuemitu commented 4 years ago

*** Terminating app due to uncaught exception 'NSRangeException', reason: 'Cannot remove an observer <JXBWebViewController 0x11bd4deb0> for the key path "title" from <JXBWKWebView 0x11c06ba00> because it is not registered as an observer.'

在使用JXBWebViewController的时候创建后,先调用了dealloc方法

xiubojin commented 4 years ago

1.2.1已解决