• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

iOS App 在 segue 崩溃(断点发生在 func prepareForSegue)

[复制链接]
菜鸟教程小白 发表于 2022-12-11 16:48:33 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题

更新:我发现,仅通过阅读代码很难进行调试,尤其是在这种情况下,https://www.dropbox.com/s/ty3clsvgednzevj/LoaferMap%20for%20iPhone%20copy%202.zip?dl=0 ,所以如果您想重现该错误,我会将我的项目上传到 Dropbox。 我删除了destination.delete(self),现在它消失了。但应用程序仍然崩溃。我意识到 SliderViewController 中的问题,也许我写的代码根本无法执行。我是初学者,不熟悉 Swift 编程语言。您的帮助对我来说意义重大。

If you download my project, and look at it. My goal is actually pretty straightforward, you use a slider to select a travel radius, and there are long lines of code generates a random location based on my current location. And finally pass that code to destinationViewController, to display a flyover animation based on the new generated location. But right now I think everything is set up correctly, but the app still crushes.

当我即将从一个 View 转换到下一个 View 时,我的应用程序崩溃了。

     override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) {
         if (segue.identifier == "sendLocationdata") {
             let destination = segue.destinationViewController as! DestinationViewController

Thread 1, Breakpoint 1.1

   destination.latitude = latitude
   destination.longitude = longitude
          }

更多源代码在VC中,下一个VC,可以查看我问的另一个问题How to Pass Data from View Controllers? .



Best Answer-推荐答案


segue.destinationViewController

不是destinationViewController 这个类是一个 UINavigationController

你必须为 UINavigationController 的 rootViewController 设置纬度和经度

请像这样编辑

enter image description here

关于iOS App 在 segue 崩溃(断点发生在 func prepareForSegue),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37982076/

回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝2

帖子830918

发布主题
阅读排行 更多
广告位

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap