I have seen discussion about this that involve UIKit but nothing recent that includes SwiftUI.
I have a Master-Detail style app that calls for two floating buttons that should be visible at all times in the app.
Settings Button: When tapped will un-hide another overlay with some toggles Add Record Button: When tapped will present a sheet via a @State variable, when tapped again will dismiss the sheet.
If I set the buttons as overlays on the NavigationView they get …