无法注册UICollectionViewCells数组

时间:2017-02-24 13:35:27

标签: swift3 uicollectionviewcell

我正在尝试注册一个UICollectionViewCells数组,但在循环中我收到此错误: 无法使用类型为'(UICollectionViewCell,forCellWithResueidentifier:String)'的参数lsit调用'register' / EM>

$this->db->insert('users', $data);

1 个答案:

答案 0 :(得分:0)

您只需注册一次,而不是单个细胞。

collection.register(UICollectionViewCell.self, forCellWithReuseIdentifier: "hello")