Skip to content

Simple guide · Overview

Page status: HistoricalHistory group: Classified notes

NutsNews iOS Settings Text Cleanup

This bundle cleans up the settings UI text.

Visual overview

Primary diagram

System map

This bundle cleans up the settings UI text.

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

Diagram is not rendered yet.

View as text
NutsNews iOS Settings Text Cleanup

This bundle cleans up the settings UI text.

flowchart TB
  accTitle: NutsNews iOS Settings Text Cleanup
  accDescr {
    This bundle cleans up the settings UI text.
  }
  A["NutsNews iOS Settings Text Cleanup"] --> B["ios/NUTSNEWS_IOS_SETTINGS_TEXT_CLEANUP_README.md"]
  B --> C["Auto-generated placeholder diagram"]

NutsNews iOS Settings Text Cleanup

Fullscreen diagram view.

This bundle cleans up the settings UI text.

Changed file:

  • NutsNews/NutsNews/Features/Feed/FeedView.swift

Behavior:

  • Removed the App Settings heading from the settings page.
  • Removed the Select App Theme heading from the theme page.
  • Theme options now show only the theme name, not the description text.
  • Removed the Haptics heading from the haptics page.
  • Removed the haptics navigation title text.

Install from the repo root:

Terminal window
cd /Users/ramideltoro/WebstormProjects/nutsnews-ios
unzip -o ~/Downloads/nutsnews-ios-settings-text-cleanup.zip -d .
cd NutsNews
xcodebuild -project NutsNews.xcodeproj -scheme NutsNews -destination 'id=8AABA667-DE66-44E9-8A10-A3FB84BECB39' build