Archive for September 2009
Phonebook/NSTableView Tutorial for Dummies(Xcode 3.1.3)
Introduction
This tutorial explains how to create a simple phonebook with a search function which will look similar to this:

The following things will be covered by this tutorial:
- creating a window with a drawer
- feeding a NSTableView with an NSArrayController
- search in the table using NSPredicate to filter the array