我正在尝试注册一个UICollectionViewCells数组,但在循环中我收到此错误: 无法使用类型为'(UICollectionViewCell,forCellWithResueidentifier:String)'的参数lsit调用'register' / EM>
$this->db->insert('users', $data);
答案 0 :(得分:0)
您只需注册一次,而不是单个细胞。
collection.register(UICollectionViewCell.self, forCellWithReuseIdentifier: "hello")