I want to implement a wizard view that have to apply the following requirements:
- several steps (configurable)
- each step has to be a stand-alone UIView
- back, previous, finish buttons
- indicator that must show on each step we are
It must not be some navigation-style implementation (using UINavigationController) just view which I can place somewhere on the another UIView.
Any suggestions & best practices how to implement this task?