ToasteriOS
Fully customized and lightweight toaster message for iOS. This plugin is easy to use in swift code and with one line of code we can trigger the toaster message.
New features
- Bug fixed on the multile toaster message and title
- Now can show the toaster message with image
- Customize the size of the toaster message image
Screenshots
Options | Tittle only | Tittle with custom style |
---|---|---|
![]() |
![]() |
![]() |
Tittle and Message | Tittle and Message with custom style | Custom toaster background |
---|---|---|
![]() |
![]() |
![]() |
Toaster on Top | Toaster on middle | Toaster on bottom |
---|---|---|
![]() |
![]() |
![]() |
Show Toaster with Image | Toaster with custom style Image | - |
---|---|---|
![]() |
![]() |
- |
Setup Instructions
Cocoapods
To integrate ToasteriOS into your Xcode project using CocoaPods, specify it in your Podfile
:
and in your code add import ToasteriOS
.
Basic Examples
Basic example of how to use the ToasteriOS
Few More aditional customization
If you want to make more customize the style of title/message/toster background view, here are some steps for to do.
Compatibility
- Version 5.x.x requires Swift 5 and Xcode 10.2 (or newer versions of Xcode).
- Version 4.x.x requires Swift 4.2 and Xcode 10.