View on GitHub

ASOAnimatedButton

ASOAnimatedButton is a storyboard-friendly library to animate button to have a two-state or bounce effect.

Download this project as a .zip file Download this project as a tar.gz file

ASOAnimatedButton

Version Platform

ASOAnimatedButton is an animated button which can be easily configured using Storyboard. There are two effects supported by this library, i.e. bounce-button and two-state effects. One of the possible implementations of those effects is it can be used to build a menu buttons such as the one implemented in Android version of Tumblr App.

Refer to the example project for its various implementations.

Animation Preview

Usage

To run the example project; clone the repo, and run pod install from the Example directory first. Then launch it from Example.xcworkspace.

Requirements

Installation

ASOAnimatedButton is available through CocoaPods, to install it simply add the following line to your Podfile:

platform :ios, '7.0'
pod 'ASOAnimatedButton'

Or 'Add File' in the Classes/iOS/ directory from this repo into your project.

Documentation

Sample Code

The easiest way to learn how to use ASOAnimatedButton is by going through the example apps in Examples.xcworkspace and follow the quick start guide in each README of those examples.

Getting Help

If you need help using ASOAnimatedButton, please post a question on StackOverflow with the "ASOAnimatedButton" tag.

If you think you found a problem with ASOAnimatedButton, please post an issue. A sample project or fork of any of the examples demonstrating the problem will be helpful.

Author

Agus Soedibjo. Copyright (c) 2014 Agus Soedibjo, contact@soedibjo.com

License

ASOAnimatedButton is available under the MIT license. See the LICENSE file for more info.