Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 349 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 349 Bytes

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()