Giter VIP home page Giter VIP logo

Comments (5)

AlanQuatermain avatar AlanQuatermain commented on July 22, 2024

I'll have to take a look at this, but there have been some fiddly changes made to AQGridView here over the last week, and it may be fixed by that. I'll post more when I find out what's happening.

from aqgridview.

AlanQuatermain avatar AlanQuatermain commented on July 22, 2024

This should be fixed after last week's code dump from Kobo. Let me know if it's still happening, otherwise I'll close this bug soon.

from aqgridview.

woutergoossens avatar woutergoossens commented on July 22, 2024

I also have this problem when I want to update the gridview with reloaddata

Warning: tried to add duplicate gridview cell

Do you have any solution yet?

from aqgridview.

shizam avatar shizam commented on July 22, 2024

Also have a similar issue re: 'Warning: tried to add duplicate gridview cell' which seems to stem from this problem:

AQGridView:reloadData
[_visibleCells makeObjectsPerformSelector:@selector(removeFromSuperview)];
[self enqueueReusableCells: _visibleCells];
[_visibleCells removeAllObjects];

AQGridView:enqueueReusableCells
if ( [_visibleCells containsObject: cell] ) {
NSLog( @"Warning: tried to add duplicate gridview cell" );
continue;
}

Notice that reloadData calls 'enqueueReusableCells' before asking visibleCells to removeAllObjects but w/in 'enqueueReusableCells' it checks if visibleCells contains the cells (which it still does at this point) and throws the warning.

So it never actually enqueues the cell for reuse and it gets released, it looks like every time you reloadData it has to recreate cells...

from aqgridview.

AlanQuatermain avatar AlanQuatermain commented on July 22, 2024

The issue with the warning you mention has been fixed in the latest commit, so you shouldn't see this issue any more.

from aqgridview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.