I have a UINavigationController and I am hiding the UINavigationBar. But I still want to use similar buttons, such as the Edit.
Does the edit button simply call
- (void)setEditing

BOOL)editing animated

BOOL)animated
or what do I need to call to reproduce the functionality?