Adding Help to a Cocoa App

Posted by enchilada on Stack Overflow See other posts from Stack Overflow or by enchilada
Published on 2010-05-10T22:29:41Z Indexed on 2010/05/10 22:34 UTC
Read the original article Hit count: 328

Filed under:
|

I want to add a simple one-page HTML page help to my Cocoa app. Can you tell me how to do it? I assume I just have to throw in one lousy .html (and maybe one .css?) file somewhere into my Cocoa project in Xcode?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about objective-c