Objetive C - Calling Methods in objects.
Posted
by Mace
on Stack Overflow
See other posts from Stack Overflow
or by Mace
Published on 2010-05-25T21:36:08Z
Indexed on
2010/05/25
21:41 UTC
Read the original article
Hit count: 263
objective-c
I'm new to Objective C, and I seem to be struggling with accessing a method of an object I created. I'm checking out the documentation , but I'm not entirely sure tha tthis is a job for a delegate.
For example I have an object (1) that creates another object (2). I can access a method of the object (2) after I create it, but I can't access it from a method of object (1). I get a error that the object was not defined in this scope.
If anyone can help I greatly appreciate it. I just need a nudge in the right direction so that I can at least get a grasp on how to think about the interaction between the objects.
© Stack Overflow or respective owner