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
currently all pages for all stacks are loaded at launch. Instead, only load all pages for the currently visible stack, and top 20 pages for all other stacks. then load the rest of a stack on demand when that stack is opened.
The text was updated successfully, but these errors were encountered:
I think I can only ever load 20 pages in loadStacksFromDiskIntoListViewIgnoringMeta:.
Then, in organizePagesIntoListAnimated: and immediatelyTransitionToPageViewAnimated: I can check to see if we're 100% loaded, and load the rest if not.
Need to double check that saveStacksToDisk is ignored if the stack isn't fully loaded.
currently all pages for all stacks are loaded at launch. Instead, only load all pages for the currently visible stack, and top 20 pages for all other stacks. then load the rest of a stack on demand when that stack is opened.
The text was updated successfully, but these errors were encountered: