Articles tagged with "howto":
Adding help to an XCode project
For the past few weeks I’ve been getting familiar with XCode (Apple’s development environment) by putting together a few small applications written in Objective-C. I’ve been amazed at all you get “for free”. Having previously done everything by hand (creating makefiles etc) its quite a paradigm shift to be working in an environment that handles it all for you — not to say that you can’t dig down deeper and manage the details yourself.
Something I had a bit of trouble getting to work right away was help functionality. There wasn’t really anything recent posted about how to do this (existing articles were outdated) so I thought I’d write a little how-to.
January 20th, 2005 0 comments »