Animated Alert View. Written in Swift
##Easy to use !
SCLAlertView().showTitle(self, title: kSuccessTitle, subTitle: kSubtitle, duration: kDefaultAnimationDuration, style: SCLAlertViewStyle.Success)
###Main methods :
//initialisation with a Title and a Subtitle message
SCLAlertView().showTitle(self, title: kSuccessTitle, subTitle: kSubtitle, duration: kDefaultAnimationDuration, style: SCLAlertViewStyle.Success)
####Alert View types
enum SCLAlertViewStyle: Int {
case Success
case Error
case Notice
case Warning
case Info
}
###Incoming improvements
- More customisation
- More animations
- Blocks
- Performances
Has been developted initialy for Scroll Feed app
- Design @SherzodMx Sherzod Max
- Developement @hackua Viktor Radchenko