如何快速编写[UITableViewCell 类]?

Posted

技术标签:

【中文标题】如何快速编写[UITableViewCell 类]?【英文标题】:How to write [UITableViewCell class] in swift? 【发布时间】:2014-06-15 06:13:22 【问题描述】:

如何在 Swift 中写 [UITableViewCell class]? 在 Swift 中,我尝试使用 UITableViewCell.class(),但它被划掉了。我想知道使用的等效方法是什么。我首先尝试调用self.tableView.registerClass(UITableViewCell.class(), forCellReuseIdentifier: defaultCellIdentifier) 方法。

【问题讨论】:

【参考方案1】:

不要使用UITableViewCell.class(),而是在Swift 中尝试UITableViewCell.self

【讨论】:

什么数组? registerClass:forCellReuseIdentifier: 不会在任何地方请求数组,它的 Swift 等价物也不会。

以上是关于如何快速编写[UITableViewCell 类]?的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 StoryBoard 在 UITableViewCell 内快速构建一个 collectionView

如何在 UITableViewCell 中快速创建 facebook 注销按钮

如何快速从 UITableViewCell 动态中获取文本字段的值?

如何以编程方式快速向 UITableViewCell 内的 UIStackView 添加约束?

Swift 中的自定义 UITableViewCell 注册类

Swift - 如何将数据从 UITableViewCell 类传递到 UIViewController