Skip to content

A simple bounce and fadeout AlertView written in Swift

Notifications You must be signed in to change notification settings

Textcat/BounceAlertView

Repository files navigation

BounceAlertView

A simple bounce and fadeout AlertView written in Swift.😄

##Usage

myView = BounceSuccessfulView(frame: CGRect(x: 0.0, y: 0.0, width: 120, height: 30))
myView?.center = view.center
myView.textLabel?.text = "Image Saved"

myView!.startAnimation()

About

A simple bounce and fadeout AlertView written in Swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages