Customizable simple Alert and simple ActionSheet for Swift
SimpleAlert
Language: Swift
License: MIT
It is simple and easily customizable alert.
Can be used as UIAlertController, it supports from iOS7.
Requirements
Swift 3.0
iOS 7.0 or later
How to Install SimpleAlert
iOS 8+
Cocoapods
Add the following to your Podfile:
pod "SimpleAlert"
use_frameworks!
Note: the use_frameworks! is required for pods made in Swift.
Carthage
Add the following to your Cartfile:
github "KyoheiG3/SimpleAlert"
iOS 7
Just add everything in the source file to your project.