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)
Five types of popup views (for now)
enum SCLAlertViewStyle: Int {
case Success
case Error
case Notice
case Warning
case Info
}
Has been developted initialy for Scroll Feed app
- Design @SherzodMx Sherzod Max
- Developement @hackua Viktor Radchenko