gpt4 book ai didi

ios - 在 Swift 中使用 UITableView 以编程方式切换 View

转载 作者:行者123 更新时间:2023-11-29 02:20:42 24 4
gpt4 key购买 nike

我无法使用 UITableView 切换到另一个 View Controller 。我的代码如下所示。

func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath) {
tableView.deselectRowAtIndexPath(indexPath, animated: true)

let storyBoard : UIStoryboard = UIStoryboard(name: "Main", bundle:nil)

let dashViewController = storyBoard.instantiateViewControllerWithIdentifier("menuView") as DashViewController
self.presentViewController(dashViewController, animated:true, completion:nil)

}

enter image description here

我点击了我的一个单元格,但它什么也没做。

最佳答案

我已经找到答案了,我忘了放UITableViewDelegate

class ViewController: UIViewController, UITableViewDataSource, UITableViewDelegate{

}

并为tableview分配view controller

enter image description here

关于ios - 在 Swift 中使用 UITableView 以编程方式切换 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28184105/

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