https://github.com/jkirsteins/mdflickractivityindicatorview
Flickr-like activity indicator view for iOS.
https://github.com/jkirsteins/mdflickractivityindicatorview
Last synced: about 1 month ago
JSON representation
Flickr-like activity indicator view for iOS.
- Host: GitHub
- URL: https://github.com/jkirsteins/mdflickractivityindicatorview
- Owner: jkirsteins
- License: bsd-2-clause
- Created: 2013-07-09T20:40:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-10T21:47:19.000Z (almost 12 years ago)
- Last Synced: 2025-04-09T20:58:07.403Z (about 1 month ago)
- Language: Objective-C
- Homepage:
- Size: 274 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MDFlickrActivityIndicatorView

Inspired by this [CSS3 version of Flickr Loading Animation](http://codepen.io/beau/pen/aAxDy).
## What is this?
This is a custom UIView descendant that mimicks the Flickr loading animation, as seen on Flickr iOS app and website. It uses CoreAnimation to achieve the animation.
The code assumes that automatic reference counting (ARC) is enabled.
The included demo project was created in Xcode5 (Developer Preview), targetting iOS7 beta.
## How to use it?
Download the source and drag the "MDFlickrActivityIndicator" folder into your Xcode project.
Then, either instantiate the MDFlickrActivityIndicator via code, or add a "UIView" object to your Storyboard, and set its class to MDFlickrActivityIndicator.
Then, use as you would a normal UIActivityIndicatorView. Call
[view startAnimating]
to begin animation, and[view stopAnimating]
to stop animation.## License
Licensed under the BSD 2-clause license.
© 2013 Jānis Kiršteins