来自' String!'到不相关的类型' ViewController'总是失败

时间:2017-11-26 15:46:42

标签: swift casting segue

我在这段代码中收到错误:

override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
        if segue.identifier == "commentSegue" {
            let destVC = segue.destination as! CommentController

            **destVC.passedValue = valueToPass as? ViewController**
        }
    }

我试图在功能中明显传递数据,但我遇到了问题。我知道有很多这样的帖子,我可能至少看了13个帖子到现在为止,但我不是很擅长演员,所以我不能使用其他人的解决方案。有任何想法吗?

0 个答案:

没有答案