I\'m trying to make segue via IB, that switching views when pressed cell accessory in tableView.
Images from my IB:
1.I\'m dragging from cell of tableviewcontrol
I just ran into the same problem. Works fine on iOS 6, crashes on 5.1.
The way I solved it is by using a standard UITableViewCell and creating the accessory button out of a UIButton, on which I put a segue.
UITableViewCell
UIButton