Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ https://github.com/danielsaidi/SystemNotification.git

## Getting started

With SystemNotification, you can add a system notification to any view just as you add a `sheet`, `alert` and `fullScreenModal`, by applying a `systemNotification` view modifier (preferably to the application root view).
With SystemNotification, you can add a system notification to any view just as you add a `sheet`, `alert` and `fullScreenCover`, by applying a `systemNotification` view modifier (preferably to the application root view).

State-based notifications take a boolean state binding and a view builder:

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This version fixed a Xcode 26 build error and changes the default animation to `

## 1.2.1

This patch lets you provide a custom bundle to `SystemNotificatonMessage`.
This patch lets you provide a custom bundle to `SystemNotificationMessage`.



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This article describes how to get started with SystemNotification.

## Overview

After adding SystemNotification to your project, you can add a system notification to any view just as you add a `sheet`, `alert` and `fullScreenModal`, with a simple view modifier.
After adding SystemNotification to your project, you can add a system notification to any view just as you add a `sheet`, `alert` and `fullScreenCover`, with a simple view modifier.

To add a system notification to a view, just use the ``SwiftUI/View/systemNotification(_:)`` view modifier with a state binding or a ``SystemNotificationContext`` instance.

Expand Down