从模拟其他位置呈现UITableViewController时出现NSException错误

时间:2015-12-16 16:20:33

标签: ios swift uitableview

当我在应用程序中以模态方式呈现我的canExecuteMethod时,我收到错误消息:

  

libc ++ abi.dylib:以NSException类型的未捕获异常终止

相同的代码在Apple的默认项目中有效,有什么问题?

DelegateCommand

1 个答案:

答案 0 :(得分:1)

在viewDidLoad()中我添加了

self.tableView.registerClass(UITableViewCell.self, forCellReuseIdentifier: "reuseIdentifier")