Remenu do not dealloc (ARC)
marinofaggiana opened this issue · 1 comments
marinofaggiana commented
i Use Remenu a TableViewController with navigationcontroller, i call [self.remenu showFromNavigationController:self.navigationController]; when i segue (call self for recursive) ARC do not free istance of tableview for remenu ... this is a big problem ... :-(
bye m.
marinofaggiana commented
resolved ... uses property remenu and item in AppDelegate ....