gpt4 book ai didi

ios - Swift:我在 "Unexpectedly found nil "中得到了 "tableView.delegate=self"

转载 作者:可可西里 更新时间:2023-10-31 23:59:44 29 4
gpt4 key购买 nike

我在按钮和 View Controller 之间连接了一个 segue,如屏幕截图所示。 I connect a segue between a button and a view controller.

一切正常,直到我将类选为“ViewController”。 enter image description here

每次单击“添加”按钮时,代码都会崩溃并出现以下错误:“线程 1: fatal error :在展开可选值时意外发现 nil” enter image description here

我现在很迷茫。谁能帮我这个?

最佳答案

您正在崩溃,因为 TableView 未连接为 IBOutlet

您需要将 TableView IBOutlet 连接到 View Controller 。您可以通过右上角的助手编辑器(相互交叉的双圆按钮)并通过右键单击从 TableView 拖放到 View Controller 来完成。

IBOutet 连接成功后,view controller 中的属性前会出现一个深灰色的圆圈,表示连接成功。

enter image description here

如果圆圈未填充则表示属性未连接为 IBOutlet

enter image description here

见图。

enter image description here

关于ios - Swift:我在 "Unexpectedly found nil "中得到了 "tableView.delegate=self",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50997573/

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