Skip to content

Releases: zaniluca/SwiftUISnackbar

v.1.0.0

01 Oct 09:45
Compare
Choose a tag to compare

First fully working release of SwiftUISnackbar (for iOS, iPadOS 14/15; Xcode 12/13)

  • Support for Markdown when using Text (Introduced with iOS15)
  • Use your app's accent color as the default color of the snackbar (along with 2 other default colors for warning and error)
  • Text automatically changes from white to black to accomodate the snackbar background for better contrast
  • Custom actions buttons with custom actions on the right of the snackbar for user interactions
  • Dismiss on tap feature
  • Customize the dismiss after feature

Preview Version 2

18 Mar 20:29
Compare
Choose a tag to compare
Preview Version 2 Pre-release
Pre-release
v0.0.2

Added support for dismiss on tap
Now you can set the dismiss timer of the Snackbar

First Preview Release

15 Mar 14:47
Compare
Choose a tag to compare
First Preview Release Pre-release
Pre-release
0.0.1 Version

First release