NutsNews iOS Persistent Likes Update
Section titled “NutsNews iOS Persistent Likes Update”This update makes liked stories persist and stay synchronized between the home feed and story page.
What changed
Section titled “What changed”- Added a shared
LikedStoryStorebacked byUserDefaults. - Home article cards now read liked status from the shared store.
- Story pages now read liked status from the same shared store.
- Liking a story on the home page shows it as liked on the story page.
- Liking a story on the story page shows it as liked on the home page.
- Liked state survives app relaunches.
Files changed
Section titled “Files changed”NutsNews/NutsNews/Models/LikedStoryStore.swiftNutsNews/NutsNews/Features/Feed/ArticleCardView.swiftNutsNews/NutsNews/Features/Article/ArticleDetailView.swift
