I\'ve been trying to learn the new Storyboard feature in Xcode and I\'ve run into a problem with trying to set a UITableView to edit mode.
So far my storyboard looks lik
To summarize:
The Button, returned by UIViewController.editButtonItem
is a special toggling button with special behavior that calls - (void)setEditing:(BOOL)editing animated:(BOOL)animated
if pressed.
The Button, returned by UINavigationController.editButtonItem
is a simple Button, just labeled with "Edit".
The Storyboard allows to select the latter one.