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:

https://developer.apple.com/library/ios/documentation/windowsviews/conceptual/collectionviewpgforios/collectionviewbasics/collectionviewbasics.html


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -