当我在应用程序中以模态方式呈现我的canExecuteMethod
时,我收到错误消息:
libc ++ abi.dylib:以NSException类型的未捕获异常终止
相同的代码在Apple的默认项目中有效,有什么问题?
DelegateCommand
答案 0 :(得分:1)
在viewDidLoad()中我添加了
self.tableView.registerClass(UITableViewCell.self, forCellReuseIdentifier: "reuseIdentifier")