When building iOS and Mac apps, itโs very common to want to present certain views either modally, or by pushing them onto the current navigation stack. For example, here weโre presenting a MessageDetailView as a modal, using SwiftUIโs built-in sheet modifier in combination with a local @State property that keeps track of whether the detail […]