This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Let's say you have a TODO list, where it stores the TODO lists, but also past days lists as well (Monday, Tuesday so the user can circle back up to a week).
How I was going about this was just filtering core data by the day. If the user goes back to let's say a day prior, it would fetch from the day prior. I'm storing each entry in one entity, should I break them up by day?
Wondering if it'll be best to do this, then on app launch, just load the last seven days of list's all at once, instead of fetching when the user decides to go back. What would be your guys/ gals thoughts? Any advice is much appreciated.
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/swift/comme...