You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: