You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump the version to 1.5.0 in the podspec and README (badge + SwiftPM and
CocoaPods install snippets).
Since 1.4.0 this release adds the custom-view display mode (DisplayMode.custom,
#8) and fixes the animated checkmark drawing mirrored under right-to-left
layout (#9).
Co-authored-by: gambit1185_church <patrickmayo@churchofjesuschrist.org>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Currently in SwiftUI, the only way to inform the user about some process that fi
24
24
25
25
`AlertToast` is an open-source library to use with SwiftUI. It lets you present popups that don't need any user action to dismiss or to validate. Some great usage examples: `Message Sent`, `Poor Network Connection`, `Profile Updated`, `Logged In/Out`, `Favorited`, `Loading`, and so on.
* 3 display modes: `Alert` (pop at the center), `HUD` (drop from the top), and `Banner` (pop/slide from the bottom).
@@ -62,7 +62,7 @@ Currently in SwiftUI, the only way to inform the user about some process that fi
62
62
63
63
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for managing the distribution of Swift code, integrated with the Swift build system.
64
64
65
-
In Xcode, go to **File → Add Package Dependencies…**, paste the repository URL, and choose a version rule (e.g. *Up to Next Major* from `1.4.0`):
65
+
In Xcode, go to **File → Add Package Dependencies…**, paste the repository URL, and choose a version rule (e.g. *Up to Next Major* from `1.5.0`):
66
66
67
67
```
68
68
https://github.com/patro85/AlertToast.git
@@ -72,7 +72,7 @@ Or add it directly to your `Package.swift`:
0 commit comments