pedrohperalta / Articles-iOS-VIPER

Demo app for VIPER design pattern implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deinit is not called

achernoprudov opened this issue · comments

deinit method for DetailsWireframe and DetailsPresenter is not called because of cycle reference. And I am sure that ArticlesWireframe and ArticlesPresenter have this problem too.

@achernoprudov +1 I've noticed the same thing.