If the documentation isn't doing it for you, you might need to look at a basic Obj-C guide. Do you know how to get the value of an object's proerty? Or how to invoke an object's method by sending a message to it (as in [object message] syntax)?
If the answer is no, then have you tried going through some of the HelloWorld tutorials that are around?
If the answer is yes, then what exactly is it that is cofusing you?
- chuck
|