Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/StyleShare/SSBouncyButton
iOS 7-style bouncy button.
https://github.com/StyleShare/SSBouncyButton
Last synced: 3 months ago
JSON representation
iOS 7-style bouncy button.
- Host: GitHub
- URL: https://github.com/StyleShare/SSBouncyButton
- Owner: StyleShare
- License: other
- Created: 2014-08-31T06:24:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-28T02:59:14.000Z (over 8 years ago)
- Last Synced: 2024-08-04T07:03:52.665Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 1.11 MB
- Stars: 308
- Watchers: 16
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - SSBouncyButton - iOS7-style bouncy button UI component. (UI / Button)
- awesome-ios-star - SSBouncyButton - iOS7-style bouncy button UI component. (UI / Button)
README
SSBouncyButton
==============SSBouncyButton is simple button UI component with iOS 7-style bouncy animation.
Take A Look
-----------Try It!
-------```ruby
pod 'SSBouncyButton', '~> 1.0'
```Use it just like using an UIButton. You can find [the sample code](https://github.com/StyleShare/SSBouncyButton/blob/master/SSBouncyButtonDemo/SSBouncyButtonDemo/SSAppDelegate.m#L44:L59).
Author and License
------------------SSBouncyButton is written by [Suyeol Jeon](http://xoul.kr) and, Suyeol Jeon and [StyleShare](https://www.stylesha.re) maintain it. It is distributed under MIT License. The source code is available on [GitHub](https://github.com/StyleShare/SSBouncyButton).