Skip to content

A progress view that mimics the behaviour of the download progress indicator in the iOS7 Apps Store app

License

Notifications You must be signed in to change notification settings

mattiaslevin/MLVCircularProgressView

Repository files navigation

#MLVCircularProgressView

A progress view that mimics the behaviour of the download progress indicator in the iOS7 Apps Store app.

The goal is to create a lightweight and fast framework that performs as much as possible of the animations using CoreAnimation without using any custom draw methods.

##See it in action

TODO: Add movie

##I like it, how do I get it?

###CocoaPods TODO: Create Podspecification

###Source files Manually add the source files to your project.

The files you need are:

  • MLVCircularProgressView.h
  • MLVCircularProgressView.m

###Requirements MLVCircularProgressView has been tested on iOS7+ and requires ARC.

It depends on the following iOS frameworks:

  • Foundation.framework
  • UIKit.framework
  • CoreGraphics.framework

##Usage TODO: Add some API examples

Check out the API documentation for additional methods and details.

##License This code is distributed under the terms and conditions of the MIT license.

About

A progress view that mimics the behaviour of the download progress indicator in the iOS7 Apps Store app

Resources

License

Stars

Watchers

Forks

Packages

No packages published