gpt4 book ai didi

ios - 无法在 swift 中将类型 'ProjectName.AddNewPropery' (0x10fa2edf0) 的值转换为 'ProjectName.ViewProfile'

转载 作者:行者123 更新时间:2023-11-30 13:40:42 25 4
gpt4 key购买 nike

我在使用此代码的操作方法中推送 View Controller 时发生崩溃

 let vc = self.storyboard?.instantiateViewControllerWithIdentifier("addProperty") as! ViewProfile
self.navigationController?.pushViewController(vc, animated: false)

原因是什么?

最佳答案

我明白了。我错过了第二个 View Controller 的“AddNewPropery”类名。将“ViewProfile”替换为“AddNewPropery”解决了我的问题。

 let vc = self.storyboard?.instantiateViewControllerWithIdentifier("addProperty") as! AddNewPropery
self.navigationController?.pushViewController(vc, animated: false)

关于ios - 无法在 swift 中将类型 'ProjectName.AddNewPropery' (0x10fa2edf0) 的值转换为 'ProjectName.ViewProfile',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35592493/

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