Skip to content

Commit 03992d6

Browse files
Update TeadsSampleApp/Controllers/InRead/Direct/CollectionView/InReadDirectCollectionViewController.swift
1 parent af71ea6 commit 03992d6

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
@@ -22,7 +22,7 @@ class InReadDirectCollectionViewController: TeadsViewController {
2222
let contentCell = "TeadsContentCell"
2323
let teadsAdCellIndentifier = "TeadsAdCell"
2424
let fakeArticleCell = "fakeArticleCell"
25-
let trackerViewItemNumber = 2
25+
let trackerViewItemNumber = 2 // tracker view needs to be placed above the slot view
2626
var adItemNumber: Int {
2727
return trackerViewItemNumber + 1
2828
}

0 commit comments

Comments
 (0)