Skip to content

Commit 38b4b04

Browse files
set height value of trackerView cell to 0
1 parent a6e1139 commit 38b4b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TeadsSampleApp/Controllers/InRead/Direct/CollectionView/InReadDirectCollectionViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ extension InReadDirectCollectionViewController: UICollectionViewDelegate, UIColl
111111
let height = ad.adRatio.calculateHeight(for: width)
112112
return .init(width: width, height: height)
113113
} else if case .trackerView(_) = elements[indexPath.row] {
114-
return .init(width: 1, height: 10)
114+
return .init(width: 1, height: 0)
115115
} else {
116116
return CGSize(width: collectionView.bounds.width, height: 300)
117117
}

0 commit comments

Comments
 (0)