You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MHRadialProgressView is an iOS drop-in class radial animated progress view.
(by placeit)
##Requirements
MHRadialProgressView works on iOS 6 and above and is compatible with ARC projects. It depends on the following Apple frameworks:
Foundation.framework
UIKit.framework
##Including MHRadialProgressView to your project
Source files
You can directly add the MHRadialProgressView.h and MHRadialProgressView.m source files to your project.
Download the latest zip from github or clone the source in your desired directory.
Open your project in Xcode, then drag and drop MHRadialProgressView.h and MHRadialProgressView.m onto your project (use the "Product Navigator view"). Make sure to select Copy items when asked if you extracted the code archive outside of your project.
Include MHRadialProgressView with #import "MHRadialProgressView.h".
Cocoapods
CocoaPods is the recommended way to add MHRadialProgressView to your project.
Add a pod entry for MHRadialProgressView to your Podfile pod 'MHRadialProgressView', '~> 0.2'
Install the pod(s) by running pod install.
Include MHTextField with #import "MHRadialProgressView.h"
Usage
Initialize the view with steps that define a particular operation complete.