Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quanshousio/toastui
A simple way to show toast in SwiftUI.
https://github.com/quanshousio/toastui
hud popup swift swiftui swiftui-components swiftui-framework toast
Last synced: about 16 hours ago
JSON representation
A simple way to show toast in SwiftUI.
- Host: GitHub
- URL: https://github.com/quanshousio/toastui
- Owner: quanshousio
- License: mit
- Created: 2020-08-04T19:00:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T20:58:56.000Z (over 2 years ago)
- Last Synced: 2024-04-25T07:20:46.718Z (7 months ago)
- Topics: hud, popup, swift, swiftui, swiftui-components, swiftui-framework, toast
- Language: Swift
- Homepage:
- Size: 5.6 MB
- Stars: 522
- Watchers: 3
- Forks: 42
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
A simple way to show toast in SwiftUI
Getting Started
•
Documentation
•
Change Log
## Overview
`ToastUI` provides you a simple way to present toast, head-up display (HUD), custom alert, or any SwiftUI views on top of everything in SwiftUI.
For details on usage and documentation, please see **[here](https://www.quanshousio.com/ToastUI/documentation/toastui/)**.
## Contributing
All issue reports, feature requests, pull requests and GitHub stars are welcomed and much appreciated.
## Author
Quan Tran ([@quanshousio](https://quanshousio.com))
## Acknowledgements
* [Label](https://www.fivestars.blog/articles/label/) – informative article about Label and style erasers in SwiftUI by Five Stars.
* [SVProgressHUD](https://github.com/SVProgressHUD/SVProgressHUD) – original design of the circular progress HUD by Sam Vermette and Tobias Tiemerding.
* [SwiftUI Custom Styling](https://swiftui-lab.com/custom-styling/) – informative article about SwiftUI custom styling by The SwiftUI Lab.## License
`ToastUI` is available under the MIT license. See the [LICENSE](LICENSE) file for more info.