UITableViewControllerを使って操作するのが簡単なので、そのやり方のメモ。 例ではプロジェクトを"TestTableView"として解説します。 プロジェクト作成 テンプレートは"Window-based Application"を選択 Interface BuilderでMainWindow.xibを編集 Table View Controllerを追加 クラスを"vcController"に変更しておく。 AppDelegate(今回はTestTableViewAppDelegate)のOutletへviewTable(タイプはUITableViewControlle)を追加して、Table View Controllerと結合する UITableViewControllerを継承してvcControllerのクラスファイルを作成する。 <プロジェクト名>AppDel