Skip to content

Beautiful animated Alert View. Written in Swift

License

Notifications You must be signed in to change notification settings

tamirbb/SCLAlertView-Swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCLAlertView

Animated Alert View. Written in Swift

BackgroundImage_ BackgroundImage

##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

About

Beautiful animated Alert View. Written in Swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 79.8%
  • Objective-C 10.9%
  • Makefile 8.3%
  • Other 1.0%