NutsNews iOS Hamburger Menu Patch
Section titled “NutsNews iOS Hamburger Menu Patch”This patch moves the main header actions into one hamburger menu on the top left.
Changes
Section titled “Changes”- Replaces separate top header action buttons with one hamburger menu.
- Adds these menu items:
- Good Mood
- Saved
- Search
- Settings
- Keeps the centered NutsNews title.
- Keeps existing full-screen/sheet presentation behavior.
- Includes the Good Mood haptics build fix by using
NutsNewsSettings.hapticsEnabledKeywith@AppStorage.
Files changed
Section titled “Files changed”NutsNews/NutsNews/Features/Feed/FeedView.swiftNutsNews/NutsNews/Features/Mood/GoodMoodView.swift
Install
Section titled “Install”cd /Users/ramideltoro/nutsnews-ios
zsh ~/Downloads/nutsnews-ios-hamburger-menu-patch/nutsnews_ios_hamburger_menu_patch/scripts/install_hamburger_menu_patch.sh \ ~/Downloads/nutsnews-ios-hamburger-menu-patch/nutsnews_ios_hamburger_menu_patchcd /Users/ramideltoro/nutsnews-ios/NutsNews
xcodebuild \ -project NutsNews.xcodeproj \ -scheme NutsNews \ -destination 'platform=iOS Simulator,name=iPhone 17 Pro Max' \ build- Home header should show one hamburger menu on the top left.
- Tap the hamburger menu.
- Confirm the menu includes Good Mood, Saved, Search, and Settings.
- Tap Good Mood and confirm the mood picker opens.
- Tap Saved and confirm Saved Stories opens.
- Tap Search and confirm Full Archive Search opens.
- Tap Settings and confirm Settings opens.
