This library provides a way to give feedback to the user regarding his progress on an exaustive form flow. A customizable progress bar can be added both to the selected UITextFields as well as on the view they are being presented.
- iOS 8.0+
- Swift 3.2+
The instalation can be made using CocoaPods. CocoaPods is a dependency manager for Cocoa projects. After installing CocoaPods, simply run the following command:
$ pod install InputProgress
Take a look at the Example application provided. It demonstrates all the features of this library. Also, don't forget to check the Documentation.
InputProgress is available under the MIT license. See the LICENSE file for more info.