I built an app with Storyboard, with table cell prototypes and navigation using segues. All is working fine.
I turn on VoiceOver and the tables are suddenly broken. The cell prototype isn't returned from -dequeueReusableCellWithIdentifier:.
I tried to workaround by creating my own table view cell, but it doesn't have the correct segue action handling set up since it was not created via the storyboard, so navigation no longer works.
Is there a workaround for this bug?
Thx
Ian