GMGridView icon indicating copy to clipboard operation
GMGridView copied to clipboard

[not a bug] With zombie objects enabled grid view cells will leak

Open uliluckas opened this issue 12 years ago • 0 comments

First of all, this is a bug in iOS before version 6.0, not in GMGridView.

If you enable Zombie Objects in your project the grid view will leak cells. This is at least true iff the cell class is non-ARC compiled. I didn't test with ARC compiled cell classes.

I just post this here for reference because it took me quite a while to find out this was not a bug in GMGridView or my code and that this would not be a problem in production. I hope I can safe others from endless hours of debugging. Just disable Zombie Objects and see if your problem vanishes :-)

A more detailed description can be found on my employers blog: http://developer.sinnerschrader-mobile.com/arc-zombie-objects-broken/354/

Thanks for the great work. Keep going.

uliluckas avatar Aug 15 '12 23:08 uliluckas