We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685ce01 commit 9976ed4Copy full SHA for 9976ed4
1 file changed
Classes/GLTableCollectionViewController.swift
@@ -109,6 +109,7 @@ final class GLTableCollectionViewController: UITableViewController, UICollection
109
// will have a different UICollectionView with UICollectionViewCells in
110
// it and UITableView reuse won't work as expected giving back wrong
111
// cells.
112
+
113
var cell: GLCollectionTableViewCell? = tableView.dequeueReusableCell(withIdentifier: GLTableCollectionViewController.tableCellID + indexPath.section.description) as? GLCollectionTableViewCell
114
115
if cell == nil {
0 commit comments