gpt4 book ai didi

ios - 无法将类型 'UITableViewCell' (0x1096e3580) 的值转换为 'SwipeCellKit.SwipeTableViewCell' (0x106d231d0)?

转载 作者:行者123 更新时间:2023-11-28 10:07:40 25 4
gpt4 key购买 nike

我有一个 TableVC,当你点击一个类别时,它会带你到其中的项目。但是当我这样做时,当应用程序崩溃时,我会得到以下多个错误分组:

1.

error initializing newrealm, Error Domain=io.realm Code=1 "Provided schema version 0 is less than last set version 1." UserInfo={NSLocalizedDescription=Provided schema version 0 is less than last set version 1., Error Code=1}

2.

2018-08-01 12:56:06.152225-0400 Todoey[35380:4690261] Unknown class SwipeTableViewCell in Interface Builder file.

3.

Could not cast value of type 'UITableViewCell' (0x1096e3580) to 'SwipeCellKit.SwipeTableViewCell' (0x106d231d0).

4.

2018-08-01 12:56:06.153831-0400 Todoey[35380:4690261] Could not cast value of type 'UITableViewCell' (0x1096e3580) to 'SwipeCellKit.SwipeTableViewCell' (0x106d231d0).

我已按照许多 previous questions 中列出的步骤进行操作但没有运气

这是我得到 -Thread 1: signal SIGABRT- 的地方

override func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {

let cell = tableView.dequeueReusableCell(withIdentifier: "Cell", for: indexPath) as! SwipeTableViewCell
cell.delegate = self
return cell
}

请帮忙

enter image description here

最佳答案

所有您需要做的,选择您的 tableViewCell -> 转到身份检查器 -> 选择自定义类作为 SwipeTableViewCell 和模块作为 SwipeCellKit。然后运行...

select the tableview cell

here select the custom class name and module

关于ios - 无法将类型 'UITableViewCell' (0x1096e3580) 的值转换为 'SwipeCellKit.SwipeTableViewCell' (0x106d231d0)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51638737/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com