Latest | 0.1.0 |
---|---|
Homepage | https://github.com/kimjune01/DepressingButton |
License | MIT |
Platforms | ios 8.1 |
Frameworks | UIKit |
Authors |
A UIButton extension that allows buttons to be depressed with animation
Code
var depressingButton:UIButton! // in UIViewController
depressingButton.setupDepression() // in viewDidLoad
Pod
pod 'DepressingButton'
Areas for Improvements / involvement
- Adding sounds for touch down, touch exit and touch up inside.
Author
June Kim, [email protected]
License
DepressingButton is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "DepressingButton", "version": "0.1.0", "summary": "A UIButton extension to allow a depressing animation when touched down", "description": "* Markdown format.n* Implementationn* Markdown format.n* Implementationn* Markdown format.n* Implementationn", "homepage": "https://github.com/kimjune01/DepressingButton", "license": "MIT", "authors": { "June Kim": "[email protected]" }, "source": { "git": "https://github.com/kimjune01/DepressingButton.git", "tag": "0.1.0" }, "platforms": { "ios": "8.1" }, "requires_arc": false, "source_files": "DepressingButton.swift", "frameworks": "UIKit" }
Sun, 28 Feb 2016 07:04:07 +0000