Re: Extending NSArray to make it compatible on Panther
Re: Extending NSArray to make it compatible on Panther
- Subject: Re: Extending NSArray to make it compatible on Panther
- From: Paul Forgey <email@hidden>
- Date: Wed, 5 Apr 2006 23:48:51 -0700
Can you use a category?
On Apr 5, 2006, at 11:39 PM, Kevin Bracey wrote:
Hi all,
Just a piece of advice please, as to the "best" Cocoa way to fix this.
I've been writing my App on Tiger but it needs to run on Panther,
so I was keeping an eye not to use any new 10.4 stuff. Of course I
did. Just one:-)
-(NSArray *)objectsAtIndexes:(NSIndexSet *)indexes
I can think of 2 or 3 ways to get around this but it would be niece
to just extend NSArray if it's running on Panther.
I'm really unsure that subclassing NSArray is a good idea, for such
a minor task.
2006-04-06 17:19:51.476 CBG[444] *** -[NSCFArray
objectsAtIndexes:]: selector not recognized
2006-04-06 17:19:51.484 CBG[444] *** -[NSCFArray
objectsAtIndexes:]: selector not recognized
Cheers
Kevin
_______________________________________________
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
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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