• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Extending NSArray to make it compatible on Panther
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Extending NSArray to make it compatible on Panther


  • Subject: Extending NSArray to make it compatible on Panther
  • From: Kevin Bracey <email@hidden>
  • Date: Thu, 6 Apr 2006 18:39:14 +1200

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


  • Follow-Ups:
    • Re: Extending NSArray to make it compatible on Panther
      • From: Paul Forgey <email@hidden>
  • Prev by Date: Re: How to add items to a Pop-up menu
  • Next by Date: Re: Extending NSArray to make it compatible on Panther
  • Previous by thread: Re: How to add items to a Pop-up menu
  • Next by thread: Re: Extending NSArray to make it compatible on Panther
  • Index(es):
    • Date
    • Thread