不知道如何从我的自定义单元格(在UICollectionView中)执行Segue到Player(ViewController)。
创始人
2025-01-12 03:30:31
0

在你的自定义UICollectionViewCell中添加tap手势识别器:

class CustomCell: UICollectionViewCell {
    // 添加你的UI元素
    // ...

    weak var parentViewController: UIViewController?

    override init(frame: CGRect) {
        super.init(frame: frame)
        addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(cellTapped)))
    }

    required init?(coder aDecoder: NSCoder) {
        fatalError("init(coder:) has not been implemented")
    }

    @objc func cellTapped() {
        parentViewController?.performSegue(withIdentifier: "YourSegueIdentifier", sender: self)
    }
}

然后,在你的UICollectionViewDataSource协议的cellForItemAt方法中设置parentViewController:

func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell {
    let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "YourCellIdentifier", for: indexPath) as! CustomCell
    cell.parentViewController = self
    return cell
}

最后,在你的UIViewController(即Player)中使用prepareForSegue方法传递数据:

override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
    if segue.identifier == "YourSegueIdentifier" {
        if let cell = sender as? CustomCell {
            let indexPath = collectionView.indexPath(for: cell)
            // 在这里传递你的数据到Player视图控制器
            // ...
        }
    }
}

相关内容

热门资讯

普及透视!wepoker私人局... 普及透视!wepoker私人局怎么玩,微乐锄大地脚本,演示教程(今日头条)-哔哩哔哩1、很好的工具软...
详情透视!hhpoker有透视... 详情透视!hhpoker有透视功能吗,手机微信小程序游戏破解器,大纲教程(有挂神器)-哔哩哔哩1、下...
分享透视!wepoker辅助分... 分享透视!wepoker辅助分析器,微乐四川亲友圈辅助器,模块教程(有挂透明挂)-哔哩哔哩1、操作简...
了解透视!wpk辅助是什么,手... 了解透视!wpk辅助是什么,手机微乐小程序自建房透视免费,策略教程(存在有挂)-哔哩哔哩1)wpk辅...
关于透视!wepoker免费脚... 关于透视!wepoker免费脚本弱密码,手机微乐小程序自建房透视免费,法门教程(有挂分享)-哔哩哔哩...
详细透视!大菠萝辅助器,微乐家... 详细透视!大菠萝辅助器,微乐家乡游戏攻略,窍门教程(有挂方法)-哔哩哔哩暗藏猫腻,小编详细说明大菠萝...
揭幕透视!黑侠破解wepoke... 揭幕透视!黑侠破解wepoker,微乐自建房怎么挂脚本,讲义教程(发现有挂)-哔哩哔哩1、进入到黑侠...
专业透视!wepoker挂,微... 专业透视!wepoker挂,微信小程序微乐破解器2025,妙计教程(存在有挂)-哔哩哔哩该软件可以轻...
辅助透视!智星德州插件2024... 辅助透视!智星德州插件2024最新版,微信小程序微乐辅助器下载,技法教程(有人有挂)-哔哩哔哩1、全...
必备透视!hhpoker开挂教... 必备透视!hhpoker开挂教程,微乐江苏小程序游戏破解下载,模板教程(有挂辅助)-哔哩哔哩hhpo...