1. Add AMHelpViewController, AMHelpPageController and UIDevice_AMAdditions to your project (.h and .m files).
  2. Add HelpView.xib and HelpPageView.xib.
  3. Create a folder reference (blue folder icon) for your help contents (one copy for each device/orientation combination you want to support).
  4. Create help pages inside the help folder. The filenames should follow the pattern 'page1.html', 'page2.html' etc.

Note that it is possible to use the same help pages for portrait and landscape orientations. But if you want to support the iPad you must add a separate set of pages.