DOAlertController
Simple Alert View written in Swift, which can be used as a UIAlertController replacement.
It supports from iOS7! It is simple and easily customizable!
Easy to use
DOAlertController can be used as a UIAlertController
.
Customize
- add TextField (Alert style only)
- change Fonts
- change color (Overlay, View, Text, Buttons)
Add TextField
Change Design
Overlay color
Background color
Title (font, text color)
Message (font, text color)
Button (font, text color, background color(default/highlighted))
Installation
DOAlertController is available through CocoaPods.
To install add the following line to your Podfile:
pod 'DOAlertController'