AlanQuatermain / AQGridView

A grid view for iPhone/iPad, designed to look similar to NSCollectionView.
http://quatermain.tumblr.com/
BSD 3-Clause "New" or "Revised" License
2.37k stars 447 forks source link

Loading cells further off screen... #42

Open shizam opened 13 years ago

shizam commented 13 years ago

This is a feature suggestion: The ability to specify how many rows off the current view you would like pre-loaded. For instance, I extended AQGridView so you could specify that 2 rows of cells should be loaded above and below the visibleBounds, this helps ensure that the cells have all their content loaded by the time they become visible (in case you're loading content via threads or http).

pip8786 commented 12 years ago

Could you share the code you used for this?

ghost commented 11 years ago

Hi Shizam, I would love for you to post the code you used. I have just run into a mental wall and I can't figure out how you did it.

Thanks.

ghost commented 11 years ago

@shizam I forgot to mention you in the previous comment. Hopefully you are sill around. I am really stuck with this feature.