sheet

  • Presenting Sheets Of Various Heights In SwiftUI

    Presenting Sheets Of Various Heights In SwiftUI

    Starting from iOS16, presenting modal sheets of various heights is finally possible in SwiftUI, and this post presents all you need to know.

  • GTSheetMenuView

    A customizable menu presented as a sheet that can be integrated in iOS projects. Available as a Swift Package.

  • 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…