I have UITableView and I am trying to load it by default in edit mode. The problem is when I this line table.editing=TRUE; my rows disappear, I im
UITableView
table.editing=TRUE;
as Anish pointed to using
[tableView setEditing: YES animated: YES];
But you need to have it in viewWillAppear view event to make it work.
viewWillAppear