• 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
Filtering the Contents of an Array Controller
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Filtering the Contents of an Array Controller


  • Subject: Filtering the Contents of an Array Controller
  • From: August Trometer <email@hidden>
  • Date: Mon, 11 Apr 2005 13:37:33 -0500

I've got a subclass NSArrayController whose contents are displayed in a table via bindings. There are several types of objects in this list differentiated by various criteria. I'd like to let my users filter that list and show only the type (or types) that they want.

My first attempt was to use my subclass and overwrite arrangedObjects: and filter there. However, because the list of objects is rather long, this resulted in poor redraw performance and jerkiness during scrolling.

For various reasons (mostly performance and stability), I'd like to keep all the objects in the array and simply filter them. Is there a way to do this that I'm missing?

Thanks!

August



_______________________________________________
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: Filtering the Contents of an Array Controller
      • From: Kevin Callahan <email@hidden>
  • Prev by Date: Re: Launched window not activating
  • Next by Date: Re: Filtering the Contents of an Array Controller
  • Previous by thread: Re: Order of instantiation within a NIB
  • Next by thread: Re: Filtering the Contents of an Array Controller
  • Index(es):
    • Date
    • Thread