Open georgepiva opened 11 years ago
I'm having the same issue here, which is CRUCIAL for my application to run since my application is completely made of Dialog View controllers, Elements and Cells (which in turn hold other kind of that, such as images, etc).
I can see in the Mono Profiler that all Elements are properly released, but "somebody" else is holding my UITableViewCells.
I tested with a plain UITableViewCell subclass (without any additional member) and the problem still occurs.
EDIT:
I am facing UITableViewCells leaking inside my application project.
But I can see the same problem happening with the Sample project:
I am collecting more info to post here:
Did some of you face this issue before?
I am using:
Other cells are also leaking as presented in the next screenshot: