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

时间:2017-03-29 23:31:07

标签: ios swift3 xcode8

当我添加这行代码时,请帮助我:

 override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
    // #warning Incomplete implementation, return the number of rows
    return (list.items?.count)!
}

我尝试使用此代码显示列表中的项目数。

0 个答案:

没有答案