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

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCPopUpView

Animated Popup View. Swift

BackgroundImage

BackgroundImage

##Easy to use !

SCPopUpView().showTitle(self, title: kSuccessTitle, subTitle: kSubtitle, duration: kDefaultAnimationDuration, style: SCPopUpViewStyle.SCPopUpViewSuccess)

Main methods :

//initialisation with a Title and a Subtitle message
SCPopUpView().showTitle(self, title: kSuccessTitle, subTitle: kSubtitle, duration: kDefaultAnimationDuration, style: SCPopUpViewStyle.SCPopUpViewSuccess)

Four types of popup views (for now)

enum SCPopUpViewStyle: Int {
    case SCPopUpViewSuccess
    case SCPopUpViewError
    case SCPopUpViewNotice
    case SCPopUpViewWarning
    case SCPopUpViewInfo
}

Has been developted initialy for Scroll Feed app

Design @SherzodMx Sherzod Max

Developement @hackua Viktor Radchenko

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%