Skip to content

[Question] Strong reference cycle ? #4

@sherlockyao

Description

@sherlockyao

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions