- August 28, 2025
- Mins Read
Alertift.alert(title: “Alertift”, message: “Alertift is swifty, modern, and awesome UIAlertController wrapper.”)
.action(.default(“❤️”))
.action(.default(“⭐”))
.show(on: self)
👉👉👉 How to use
github “sgr-ksmt/Alertift” ~> 4.2
carthage updateAlertift is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod ‘Alertift’, ‘~> 4.2’
and run pod install
use version 4.2.0 or higher.
Download all *.swift files and put your project.
This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...