I have an array of objects that populate a UITableView. When the user removes the last object from the array, I automatically create a new default object. However, in TableView, when the user gets to the place, the list is still in "Edit" mode. Is there a way for me to programmatically return TableView to βnormalβ mode again?
source
share