5

I have an array of objects which populate a UITableView. When a user removes the last object from the array, I automatically create a new "default" object. However, in the TableView, when the user gets there, the list is still in "Edit" mode. Is there a way for me to programatically set the TableView back to "normal" mode again?

4

1 回答 1

7

Set the table's editing property to NO. UITableView Reference

于 2008-11-22T22:18:17.933 回答