CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Jun 2016 |
SPMSupports SPM | ✗ |
Maintained by OO-E.
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)