Avatar
omochimetaru 8/31/2021 4:10 AM
@Iceman その場合は↓が正しいコードじゃない? func dequeue<Cell: UICell>(_ type: UICell.Type = Cell.self) -> Cell { _dequeue(type) as! Cell } (edited)