ReuseCellConfigure

MIT 协议
Swift
iOS

1 张图片

作者

描述

您可以使用 ReusableCell 进行配置,无需进行转换! let cell = tableView.dequeueReusableCellWithIdentifier("LeftIconTableViewCell", classForCell: LeftIconTableViewCell.self) { $0.alphabetLabel.text = alphabet $0.randomBackgoundColor() }

标签