modal

  • Presenting Sheets in SwiftUI

    Presenting Sheets in SwiftUI

    Read about presenting sheets in SwiftUI, how to deal with them, and discover some useful tips that you will often need to put in motion.

  • macOS Programming Tutorial: Working with Alerts, Sheets and Modal Windows

    One of the basic, yet vital things a developer should know when creating macOS apps is how to present alerts, system panels or custom windows to their apps. Regardless of how small or big an app is, it will always be necessary to display an informational message to the user or ask for confirmation. Letting…