gpt4 book ai didi

ios - 将选定的项目值快速传递给新的 View Controller

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

我创建了这个 Collection View Controller 来显示游戏中的关卡数量我想知道用户选择了什么级别所以我想将选定的项目编号传递给 gameviewcontroller

这是我现在在 Collection View Controller 中的代码

verride func prepareForSegue(segue: UIStoryboardSegue!, sender: AnyObject!) {
let path = collectionView?.indexPathsForSelectedItems()
let gamevc = GameViewController
gamevc = segue.destinationViewController
}

这似乎不起作用,我如何将选择的项目编号传递给 gameviewcontroller?

最佳答案

GameViewController中添加var paths = [AnyObject]()作为实例变量,然后在后面添加gamevc.paths = path code>让 gamevc = GameViewController

关于ios - 将选定的项目值快速传递给新的 View Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27606760/

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