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;
try this...
[tableView setEditing: YES animated: YES];