Wizard pattern on IOS: Layout guidelines
I want to build an app for android and iOS that uses a five-step wizard to create an asset.
Are there any established design patterns for tablets for a wizard pattern of this sort? I was thinking perhaps tabs across the top or bottom indicating the steps, along with a progress bar. Some other options might be a swipe system - swipe to the next step or something like that.
Additionally, I'd like to know what the options are for a phone layout.
If there's a well-established pattern, it's probably better to use that.
Thanks!
Edit: For what it's worth, I realize that Xcode might actually provide a template for this. I will be using Phonegap, however, and as such I won't be able to use those templates.