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

WobbleBubbleButton 0.0.6

WobbleBubbleButton 0.0.6

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2016
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Quang Tran.




WobbleBubbleButton

Create wobble bubble buttons that same as in Game Center, although it does not look like much. Written by Swift. The buttons with animations is fun and attracting users. Especially, natural effects is more attractive.

Screenshot

Features

  • WobbleBubbleButton was inherited from UIButton, so you can set its properties as normal buttons.
  • Support @IBDesignable, so you can see it directly in interface builder.

Usage

You need to import WobbleBubbleButton into place that you want to use

import WobbleBubbleButton

And set properties for it

button.backgroundColor = UIColor.purpleColor()
button.setTitle("Awesome", forState: .Normal)

Requirements

  • iOS 8.0+
  • Xcode 7+

License

WobbleBubbleButton is released under the MIT license. See LICENSE for details.