Skip to content

EugeneTrapeznikov/ETActivityIndicatorView

Repository files navigation

ETActivityIndicatorView

WindowsPhone like activity indicator for iOS. Display it while loading or waiting something.

example

Requirements

  • Xcode 4.2 or later.
  • iOS 5 or later.
  • ARC.

How to use

Include the ETActivityIndicatorView.h, ETActivityIndicatorView.m, Circle.h and Circle.m in your project.

To display ETActivityIndicatorView, simply do it like basic UIActivityIndicatorView:

ETActivityIndicatorView *etActivity = [[ETActivityIndicatorView alloc] initWithFrame:CGRectMake((10, 10, 60, 60)];
[etActivity startAnimating];
[self.view addSubview:etActivity];

Example project included.

License

The MIT License (MIT)

Copyright (c) 2013 Eugene Trapeznikov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Support / Contact / Bugs / Features

I can't promise to answer questions about how to use the code.

If you want to submit a feature request or bug report, please use GitHub's issue tracker for this project. Or preferably fork the code and implement the feature/fix yourself, then submit a pull request.

Enjoy!

Eugene Trapeznikov

About

Windows Phone like activity indicator for ios

Resources

License

Stars

Watchers

Forks

Packages

No packages published