What is the best way to create tutorials or help screens that can be viewed in the iPhone app at startup?
I discuss the use of two paradigms:
- Edit the application screenshot using the image editing program to add static help text. The interaction presses or scrolls the tips. This involves creating a custom UIViewController to go to the next help screen.
- Create the iPhone UIControl user interface on top of the application user interface, which you can use to proceed to the next guide. The application will switch between modes and will be active, not static. This is due to the addition of hooks to the custom ViewController application for processing TutorialUIControl objects.
Here are some screenshots of the application I need to create the help user interface screen, this is the application that creates the cover. Additional Application Information
Screenshot 1: A view mode that allows viewers to scroll through a list of images, such as UIImagePicker, but for custom image collections.
Screenshot 2: Action mode - allows viewers to select images to save to the “My Saved” album from the active generation of the “My Evolution” art album, or strong> images evolve using sexual / asexual image playback.


source
share