issue-13-viper icon indicating copy to clipboard operation
issue-13-viper copied to clipboard

[Question] Strong reference cycle ?

Open sherlockyao opened this issue 10 years ago • 3 comments

just saw these two lines code in the method (presentListInterfaceFromWindow:) of file VTDListWireframe.m and wondering will it cause the reference cycle problem ?

    listViewController.eventHandler = self.listPresenter;
    self.listPresenter.userInterface = listViewController;

sherlockyao avatar Aug 11 '14 08:08 sherlockyao

I have the same question to ask

    listPresenter.listWireframe = listWireframe;
    listWireframe.listPresenter = listPresenter;

SimonZhang2012 avatar Aug 19 '14 14:08 SimonZhang2012

I got the same question

prinsun avatar Sep 25 '14 05:09 prinsun

See also https://github.com/mutualmobile/VIPER-TODO/issues/2

sebastianwr avatar Oct 06 '14 13:10 sebastianwr