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
In your RouterImp, you store a Dictionary of completions with the ViewController as the key. I think that there is a potential leak here.
The leak will occur when you're using a Navigation Bar's back button instead of programmatically popping the view controller. The Router's dictionary still maintains a reference to the view controller because the back button is not hooked to the router.
The text was updated successfully, but these errors were encountered:
In your RouterImp, you store a Dictionary of completions with the ViewController as the key. I think that there is a potential leak here.
The leak will occur when you're using a Navigation Bar's back button instead of programmatically popping the view controller. The Router's dictionary still maintains a reference to the view controller because the back button is not hooked to the router.
The text was updated successfully, but these errors were encountered: