romaonthego / REMenu

Dropdown menu inspired by Vine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remenu do not dealloc (ARC)

marinofaggiana opened this issue · comments

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.

resolved ... uses property remenu and item in AppDelegate ....