I have a table with static cells. One cell as a disclosure indicator (as well as a text view). The disclosure indicator is set up to fire a segue as an accessory action. But the segue doesn't fire. And it definitely used to, this segue was an early addition to my app and was working for quite a while.
I've tried putting a breakpoint in the tableView(accessoryButtonTapped)
method and it doesn't get called. (I also set up breakpoints in the various segue methods but of course the accessory tap would come first anyway)
Any ideas on how to fix this?