错误:'-[UITableViewController loadView] instantiated view controller with identifier "CDHomeT

Posted 人生在与不断学习。

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了错误:'-[UITableViewController loadView] instantiated view controller with identifier "CDHomeT相关的知识,希望对你有一定的参考价值。

错误‘-[UITableViewController loadView] instantiated view controller with identifier "CDHomeTableVC" from storyboard "Main", but didn‘t get a UITableView.‘

最近在写swift时候老是遇到这个错误后面找了些资料总结下记录下错误原因:

  在写代码时候我在Storyboard 第一次拖得是个ViewController 普通视图,但是后面项目需求改变了视图,需要的是tableViewController,更换后运行就会报下面错误:instantiated view controller with identifier "CDHomeTableVC" from storyboard "Main", but didn‘t get a UITableView.‘ 后面查看资料才知道在tableViewController 没有view  而ViewController普通视图中有view 我把view 删除后运行就没有问题,应该是我tableView 直接覆盖在view 导致的问题,删除后就没有任何问题以后得注意Storyboard配套使用。

以上是关于错误:'-[UITableViewController loadView] instantiated view controller with identifier "CDHomeT的主要内容,如果未能解决你的问题,请参考以下文章

无法在 dealloc 中释放 NSFetchedResultsController

将 NSFetchedResultsController 从 UITableViewController 迁移到 UIViewController

使用 Codable 使用 Swift 归档

UITableViewController 的侧边菜单显示控制器问题

使用 UITableViewController 从 Firebase 获取当前子 ID

需要像 UISearchDisplayController 一样使用没有 UITableViewController 的 UISearchController