Skip to content

Technical guide · Overview

Page status: HistoricalHistory group: Classified notes

NutsNews iOS Like Toggle Update

This update makes the Like buttons toggle liked state.

Visual overview

Primary diagram

System map

This update makes the Like buttons toggle liked state.

Render the repository-owned system map when you need it.

Diagram is not rendered yet.

View as text
NutsNews iOS Like Toggle Update

This update makes the Like buttons toggle liked state.

flowchart TB
  accTitle: NutsNews iOS Like Toggle Update
  accDescr {
    This update makes the Like buttons toggle liked state.
  }
  A["NutsNews iOS Like Toggle Update"] --> B["ios/NUTSNEWS_IOS_LIKE_TOGGLE_UPDATE_README.md"]
  B --> C["Auto-generated placeholder diagram"]

NutsNews iOS Like Toggle Update

Fullscreen diagram view.

This update makes the Like buttons toggle liked state.

  • Tapping an unliked story saves it as liked.
  • Tapping an already-liked story removes the like.
  • The behavior works from both the home feed and the story page.
  • The shared persisted liked-story store remains the source of truth.
  • Removing a like updates both screens and survives app relaunches.
  • NutsNews/NutsNews/Models/LikedStoryStore.swift
  • NutsNews/NutsNews/Features/Feed/ArticleCardView.swift
  • NutsNews/NutsNews/Features/Article/ArticleDetailView.swift