Re: nil pointers
Re: nil pointers
- Subject: Re: nil pointers
- From: "John C. Randolph" <email@hidden>
- Date: Mon, 10 Jul 2006 20:11:55 -0700
On Jul 10, 2006, at 7:59 PM, Adam Johnson wrote:
wouldn't it be easier just to do this?
NSMethodSignature * sig = [[self class]
instanceMethodSignatureForSelector:mySelector];
It's just a matter of taste. I don't bother assigning nil when i
declare a pointer.
-jcr
_______________________________________________
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
References: | |
| >nil pointers (From: "Adam Johnson" <email@hidden>) |