gpt4 book ai didi

ios - 在 Collection View 的容器 View 中呈现 View Controller didSelectItemAtIndexPath swift

转载 作者:搜寻专家 更新时间:2023-10-31 22:47:44 26 4
gpt4 key购买 nike

当我从 Collection View 中选择一个单元格时,我试图在容器 View 中呈现一个 View Controller 。问题是我似乎无法理解如何在 Collection View 下方的容器中呈现它。 enter image description here

我试过:

if (indexPath.row == 0){

// Presenting first view controller

let detailedViewController: ViewController =
self.storyboard!.instantiateViewControllerWithIdentifier("ViewController") as! ViewController

self.presentViewController(detailedViewController, animated: true, completion: nil)

我怎样才能让它进入容器而不是呈现整个 View Controller 。提前致谢!

最佳答案

self.addChildViewController(detailedViewController)
containerView.addSubview(detailedViewController.view)

关于ios - 在 Collection View 的容器 View 中呈现 View Controller didSelectItemAtIndexPath swift,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34092832/

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