uicollectionview - Is it possible to force collectionView not to reuse visible cells? -
dequeuereusablecellwithreuseidentifier doc says: "this method dequeues existing cell if 1 available .." when cell available? how can force collectionview not reuse cells visible?
could help, if indexpath pass nil argument?
not visible cells reused, ones visible, @ moment off-screen.
this how guidelines tells do!!!
reusable views improve performance.
"collection views employ view recycling program improve efficiency. views move offscreen, removed view , placed in reuse queue instead of being deleted. new content scrolled onscreen, views removed queue , repurposed new content."
check out link understand better:
Comments
Post a Comment