RE: call an action of another class
RE: call an action of another class
- Subject: RE: call an action of another class
- From: "Bas Scheffers" <email@hidden>
- Date: Mon, 12 Dec 2005 11:46:03 -0000 (GMT)
- Importance: Normal
Hi Francesca,
Welcome to programming!
I don't want to sound rude, but I think that is beyond the scope of this
list. Other than the recommendation of some good Objective-C book.
As a quick hint I'll tell you that you either need to make the action a
Class method rather than an instance method, create an instance of class1
in class2 and call the instance method, or use some shared instance of
class1.
Good luck!
Bas.
Francesca P said:
>
Hallo,
>
I'm newbie.
>
I have two classes.
>
Can I call an action of class1 from my class2 ???
>
How can I do??
>
>
thanks
>
francesca
>
_______________________________________________
>
Do not post admin requests to the list. They will be ignored.
>
Cocoa-dev mailing list (email@hidden)
>
Help/Unsubscribe/Update your Subscription:
>
>
This email sent to email@hidden
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden