Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leaking UITableViewCells #201

Open
georgepiva opened this issue Oct 2, 2013 · 1 comment
Open

Leaking UITableViewCells #201

georgepiva opened this issue Oct 2, 2013 · 1 comment

Comments

@georgepiva
Copy link

I am facing UITableViewCells leaking inside my application project.

But I can see the same problem happening with the Sample project:

mt_d_sample_messageview_leaking

I am collecting more info to post here:

  • It happens when running on both iOS 6 and 7 simulators.

Did some of you face this issue before?

I am using:

Xamarin.iOS
Version: 7.0.1.4 (Business Edition)
Hash: 4cfca2f
Branch: 
Build date: 2013-20-09 23:14:32-0400

Other cells are also leaking as presented in the next screenshot:

othersleask

@eduardocoelho
Copy link

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'm testing on the iOS 7 Simulator
  • Xamarin.iOS
    • Version: 7.0.1.4 (Business Edition)
    • Hash: 4cfca2f
    • Branch:
    • Build date: 2013-20-09 23:14:32-0400

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants