CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

POPButton 1.0

POPButton 1.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jun 2016
SPMSupports SPM

Maintained by OO-E.



  • By
  • Özgün

POPButton

Bounce Animation Button

import POPButton

…. ….

   var popButton = POPButton(frame: CGRect(x: 100, y: 100, width: 50, height: 50))
    popButton.setTitle("pop", forState: UIControlState.Normal)
    popButton.backgroundColor = UIColor.brownColor()
    ..... //You can add all UIButton Attribute "textColor,target,..."
    .....
    self.view.addSubview(popButton)