- December 30, 2024
- 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 update
Alertift 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.