Swifty, modern UIAlertController wrapper.
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.
Alertift is under MIT license. See the LICENSE file for more info.