gpt4 book ai didi

ios - 将参数传递给自定义 UITableViewCell

转载 作者:可可西里 更新时间:2023-11-01 01:43:16 26 4
gpt4 key购买 nike

<分区>

我正在从 TableViewController 中的 Nib 注册一个自定义单元格

tableView.registerNib(UINib(nibName: "CustomCell", bundle: nil), forCellReuseIdentifier: "Cell")

但是我的 CustomCell 有需要访问 tableView 本身和 fetchedResultsController 的 IBAction 方法。如何以干净的方式将这些参数传递给 CustomCell?

设置那些东西:

func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) { 
return tableView.dequeueReusableCellWithIdentifier("Cell", forIndexPath: indexPath) as UITableViewCell
}

对我来说这似乎不是一个干净的方式..?

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