Skip to content

Technical guide · Overview

Page status: HistoricalHistory group: Classified notes

NutsNews iOS Search Button Next to Settings Patch

This UI-only patch moves the full archive search icon from the right side of the home header to the left side, directly next to the Settings gear.

Visual overview

Primary diagram

System map

This UI-only patch moves the full archive search icon from the right side of the home header to the left side, directly next to the Settings gear.

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

Diagram is not rendered yet.

View as text
NutsNews iOS Search Button Next to Settings Patch

This UI-only patch moves the full archive search icon from the right side of the home header to the left side, directly next to the Settings gear.

flowchart TB
  accTitle: NutsNews iOS Search Button Next to Settings Patch
  accDescr {
    This UI-only patch moves the full archive search icon from the right side of the home header to the left side, directly next to the Settings gear.
  }
  A["NutsNews iOS Search Button Next to Settings Patch"] --> B["ios/NUTSNEWS_IOS_SEARCH_NEXT_TO_SETTINGS_PATCH_README.md"]
  B --> C["Auto-generated placeholder diagram"]

NutsNews iOS Search Button Next to Settings Patch

Fullscreen diagram view.

NutsNews iOS Search Button Next to Settings Patch

Section titled “NutsNews iOS Search Button Next to Settings Patch”

This UI-only patch moves the full archive search icon from the right side of the home header to the left side, directly next to the Settings gear.

It changes only:

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

No API, backend, saved stories, or search networking code is changed.

Terminal window
cd /Users/ramideltoro/nutsnews-ios
zsh ~/Downloads/nutsnews-ios-search-next-to-settings-patch/nutsnews_ios_search_next_to_settings_patch/scripts/install_search_next_to_settings_patch.sh \
~/Downloads/nutsnews-ios-search-next-to-settings-patch/nutsnews_ios_search_next_to_settings_patch
Terminal window
cd /Users/ramideltoro/nutsnews-ios/NutsNews
xcodebuild \
-project NutsNews.xcodeproj \
-scheme NutsNews \
-destination 'platform=iOS Simulator,name=iPhone 17 Pro Max' \
build
  1. Open the app.
  2. Confirm the gear icon is on the left of the header.
  3. Confirm the search icon is immediately next to the gear icon.
  4. Confirm Saved remains on the right.
  5. Tap the search icon and verify the full archive search screen opens.