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

SDevCircleButton 0.0.1

SDevCircleButton 0.0.1

TestsTested
LangLanguage SwiftSwift
License Apache 2
ReleasedLast Release Feb 2015
SPMSupports SPM

Maintained by Sedat CIFTCI.



Download

$ git clone https://github.com/sedatciftci/SDevCircleButton.git
$ cd SDevCircleButton/

Demo

Screenshot

Usage

var button1 : SDevCircleButton = SDevCircleButton(frame: CGRectMake(0, 0, 100, 100))
button1.center = CGPointMake(160, 200)

// Toggle animation
button1.animateTap = false