Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to add a User Manual for my App, although all the user manual examples I have seen are web-based, which is convienent because it allows you to update the documentation without updating the app but also inconvient if the user is in a off-line mode.

What I envision in a helpful usermanual would be a popovercontroller that would display relevant data to whatever the current view has. It would retrieve documentation from the web and save it for later reference. Maybe even something that could take a document and break it into a plist by tag. Including gaphics would be nice also.

Are there any frameworks do to this available? ..... Or am I going to have to write my own.

How have other people implemented user manuals?

share|improve this question
Could you use a web based solution and package it with your app? I imagine it would be accessible via a UIWebView? – James Webster Sep 2 '11 at 14:25
When would you display the information? Remember that for a touch UI you do not have 'hover' – Roger Nolan Sep 2 '11 at 14:27

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.