Skip to content

ahmad-raza/QDStepsController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QDStepsController

CI Status Version License Platform

Usage

QDStepsController is a iOS swift control that will help developers to implement step based functionality with minimum effort. To run the example project, clone the repo, and run pod install from the Example directory first.

Alt text

Installation

You need to take care of following four points in order to integrate QDStepsController inside your application:

  • Inherit your UINavigationController from QDNavigationController.
  • Invoke setStepsCount(steps) to setup steps from viewDidLoad() function of your navigation controller. steps = number of steps that would be shown on screen.
  • Inherit all your UIViewController(steps) from QDStepViewController.
  • Assign step number to each UIViewController by calling setStepNumber() from their viewDidLoad().

Hurrah, all setup. You're good to launch and test it.

#CocoaPods QDStepsController is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'QDStepsController', '1.0.0'

#Manual Add all files from QDStepsController/Pod/Classes to your project and follow the steps mentioned above for Installation.

Author

Ahmad Raza, @Ahmad_Rza

License

QDStepsController is available under the MIT license. See the LICENSE file for more info.