0

Can anyone offer assistance with adding a delete button to a tableview in xcode? I can create the button but cannot get it to delete anything in the table. I'm using the default code that comes with the Master Detail Application but have changed the content of the table using an NSObject.

4

1 に答える 1

1

これは、編集ボタンのデフォルトの動作です。

self.navigationItem.leftBarButtonItem = self.editButtonItem;

これにより、リスト内のアイテムを押した後にクリックして削除できます。

テーブル項目リストの使用方法を誤解していない限り。

于 2013-03-03T21:48:50.723 に答える