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.
No, but that's not too difficult to do - have an internal NSTimer that
is reset every time the text changes, and triggers the search in a
fraction of a second.