Skip to content

Simple guide · iOS

Page status: HistoricalHistory group: Classified notes

NutsNews iOS

Native SwiftUI iOS app for NutsNews.

Visual overview

Primary diagram

System map

Native SwiftUI iOS app for NutsNews.

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

Diagram is not rendered yet.

View as text
NutsNews iOS

Native SwiftUI iOS app for NutsNews.

flowchart TD
  accTitle: NutsNews iOS
  accDescr {
    Native SwiftUI iOS app for NutsNews.
  }
  A[Launch app] --> B[Load article feed]
  B --> C[Show article thumbnails and summaries]
  C --> D[Open Article Detail]
  D --> E[Save story]
  D --> F[Open original story]
  B --> G[Open Reading Stats]
  B --> H[Open Search views]
  B --> I[Open Today’s Picks]
  B --> J[Manage Story Notes]

NutsNews iOS

Fullscreen diagram view.

Native SwiftUI iOS app for NutsNews.

  • Native SwiftUI article feed
  • Thumbnail image loading
  • Native Article Detail screen
  • In-app Safari reader for original stories
  • Share support
  • Strong amber/dark NutsNews visual theme
  • Custom amber/dark AppIcon asset catalog
  • Branded SwiftUI startup splash screen with 1.5-second smooth fade/scale transition
  • Bundle identifier: com.nutsnews.app
Terminal window
cd /Users/ramideltoro/WebstormProjects/nutsnews-ios
open NutsNews/NutsNews.xcodeproj

Choose an iPhone simulator and press Command + R.

The app reads articles from:

https://www.nutsnews.com/api/articles

The app supports both camelCase and snake_case article fields, including thumbnailUrl, thumbnail_url, imageUrl, and image_url.

No Supabase service keys, OpenAI keys, Cloudflare secrets, or Apple signing secrets belong in this repo.