diff --git a/Delta/Game Selection/GameCollectionViewController.swift b/Delta/Game Selection/GameCollectionViewController.swift index 73431fc..eb29445 100644 --- a/Delta/Game Selection/GameCollectionViewController.swift +++ b/Delta/Game Selection/GameCollectionViewController.swift @@ -189,8 +189,8 @@ private extension GameCollectionViewController //MARK: - Data Source func prepareDataSource() { - self.dataSource.cellConfigurationHandler = { [unowned self] (cell, item, indexPath) in - self.configure(cell as! GridCollectionViewCell, for: indexPath) + self.dataSource.cellConfigurationHandler = { [weak self] (cell, item, indexPath) in + self?.configure(cell as! GridCollectionViewCell, for: indexPath) } self.dataSource.prefetchHandler = { (game, indexPath, completionHandler) in