Simple bottom indicator like Facebook app.
To run the example project; clone the repo, and run pod install from the Example directory first.
To show indicator:
[ZWProgress showProgress];
To dismiss indicator:
[ZWProgress dismiss];
ZWProgress is available through CocoaPods, to install it simply add the following line to your Podfile:
pod "ZWProgress"
Nitinan Assawanuwat, nitinan59@gmail.com
ZWProgress is available under the MIT license. See the LICENSE file for more info.