gpt4 book ai didi

swift - 将 Label 的文本属性从 FirstVC 传递到 SecondVC 返回 nil

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

<分区>

在 FirstVC 上传递标签文本的属性并将其反射(reflect)到 Label 上的 SecondVC 时遇到零异常。

线程 1: fatal error :在展开可选值时意外发现 nil

https://github.com/marlhex/PasingDataAroundVC

Debugger Desc.

override func prepare(for segue: UIStoryboardSegue, sender: Any?) {

if segue.identifier == "toSecondSegue" {

// Instance to the next screen
let svc = segue.destination as! SecondVC

// Assigning the same value to the next screen
svc.sameName!.text = self.originalName.text
}
}

有谁知道如何相应地传递数据?

我知道标签的文本属性的默认值将为零,但我只是被这个阻止了,我知道,不可思议 🤣🤓

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