Iphone - reorder control not appearing

I have a table view,in a table view controller on a navigation controller stack.
in cellForRowAtIndexPath: I'm setting cell.showsReorderControl = YES;
but when I call [tableView setEditing:YES]I get the delete control but no reorder control (running in the simulator).
is there something I'm doing wrong / missing?

That was it, thanks.
I wasn't expecting that to make a difference to the visibility of the controls.

Similar Messages

Maybe you are looking for