Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exit Edit Mode

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?

like image 499
Banjoey Avatar asked Nov 22 '08 21:11

Banjoey


People also ask

How do I exit edit mode in SharePoint?

You're editing a SharePoint Server web part. When you've completed editing, to save your work and return to the normal page view, select the Page tab in the Ribbon, and then click Save. This will save your work and exit the edit mode and return you to your normal page view.

What is the function of Edit mode?

Edit Mode ON means that you are able to create or modify course materials in their context. This mode allows you to build and structure your course.

What does editing mode mean?

Alternatively referred to as edit, edit mode is a feature within software that allows the modification of files. A good example of a program with edit mode is MS-DOS Editor.


1 Answers

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

like image 125
Ben Gottlieb Avatar answered Sep 23 '22 00:09

Ben Gottlieb