Re: Sending a Selector to another Class.
Re: Sending a Selector to another Class.
- Subject: Re: Sending a Selector to another Class.
- From: Paul M <email@hidden>
- Date: Thu, 22 Oct 2009 20:07:27 +1300
With all due respect, but by 'directly answering the question' you
are doing the OP and all those reading this list a dis-service.
You are just rewarding his lazyness.
The OP has already been told to bone up on Obj-C basics, and he's
obviously completely ignored this advice, the reason being that
people continue to answer his silly questions.
He will learn how to find his own answers if forced to do so, and
will become a much better coder as a result.
It's much better for him and for all the rest of us, if you would
please refrain from 'directly answering the question in these
circumstances.
paulm
On 22/10/2009, at 7:12 PM, Rob Keniger wrote:
On 22/10/2009, at 3:52 PM, Joshua Garnham wrote:
Ah, I see. so I need to send it to an instance of the class not the
class it self.
How would I do that?
With respect, please understand that your questions are akin to this:
Q. How do I start the car?
A. You turn the key.
Q. How do I drive?
A. ummm....
You need to learn the basics of Objective-C, it is very clear that you
do not understand even the simplest concepts.
To directly answer your question, you allocate and initialize an
instance of your class using [[YourClass alloc] init], or using a
convenience class method or other designated initializer. However,
this information is unlikely to help you until you invest some time in
learning Objective-C.
I personally recommend reading this book:
http://www.amazon.com/Programming-Objective-C-2-0-Stephen-Kochan/dp/
0321566157
It's all laid down here though:
http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/
ObjectiveC/index.html
--
Rob Keniger
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden