filtering a list like address book

2008-05-29 Thread Mark Bateman
Hi, I'm writing an application to display a list of nav aids. I'd like to be able to search the list like the iphone address book does. I.e. you type and the list filters in realtime. does anyone have any code snippets to point me in the right direction.

Re: filtering a list like address book

2008-05-29 Thread August Trometer
I'm assuming your nav aids list will have an array controller and that you're building for Tiger or better. You can get the search behavior by adding a search field to your interface and binding the search field's predicate to the array controller's filterPredicate. It will then filter

Re: filtering a list like address book

2008-05-29 Thread I. Savant
I'm assuming your nav aids list will have an array controller and that you're building for Tiger or better. You really shouldn't. A number of reasons for this presented themselves on this very list within the last few weeks. You can get the search behavior by adding a search field to