Skip to content

Cannot find any useful information #113

Description

@magic3584

I have a complicated viewController, and I use this in function like this:

    FBRetainCycleDetector *detector = [FBRetainCycleDetector new];
    [detector addCandidate:self];
    NSSet *retainCycles = [detector findRetainCycles];
    NSLog(@"%@", retainCycles);
    [self dismissViewControllerAnimated:YES completion:nil];

But the controller's dealloc function not called and I cannot find any useful information

{(
)}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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