iOS VoiceOver crash (message sent to deallocated instance)
问题 I am getting a weird crash when running my app with VoiceOver enabled. The app has a sidebar interface (like Facebook). When tapping on one of the UITableViewCell s in the sidebar UITableView , I swap out the view controller (create a new one based on which cell was tapped and deallocate the old one). While VoiceOver is enabled, I sometimes get a crash when I tap the cell. This crash does not occur every time (it is about once every two or three tries) and this is not the only thing that