Table of Contents | ||
---|---|---|
|
Prerequisites
The SDK provides a universal way to display advertisements inside the cell of scrollable controls, such as UITableView
and UICollectionView
.
Info |
---|
We need you to edit your item Layout, so it has a wrapper/holder for the Ads. This is because we can not edit your data for adding new items to the adapter, so we take the existing item views and add the ads to them. You can customize which items have ads when you create the configuration for the infinite scroll. |
...