You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you sure about that? Strong seems fine to me because nothing else would be referencing it. Maybe the app forgot to set webView.delegate = nil which would release the TransitUIWebViewContext which would release the _originalDelegate then?
Hmm, okay. Based on the UIWebView.delegate documentation and the warning I would have guessed that WebView has a strong reference on the delegate (although the property is "assign").
Important: Before releasing an instance of UIWebView for which you have set a delegate, you must first set its delegate property to nil. This can be done, for example, in your dealloc method.
Transit/source/objc/Transit.m
Line 1656 in b5b738b
The text was updated successfully, but these errors were encountered: