You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did explore something like this a while back, using the built in "overdraw" features of NSScrollView, but it wasn't very clean and bogged things down. Thinking on it again though, I wonder if the issue was trying to pre-load the cells and add them to the scroll view. Maybe preparing the cells and holding onto them for future layout passes would be the better option 🤔. But it's not quite that straight forward to determine when to prepare and how long you should hold onto those cells, what if you scroll the other way?
https://developer.apple.com/documentation/appkit/nscollectionviewprefetching
It's useful for load data like large images.
The text was updated successfully, but these errors were encountered: