UITableView
Scenario
Insert ad into UITableView when user is scrolling it.
Ad Formats Supported
CE CARD
CE NATIVE
How to Integrate
Use
CECardAD
for easy integration with CE CARD.Use
CENativeAd
for easy integration with CE NATIVE.Use
CETableViewADHelper
by following the instructions below:
Import Required Files
Add the following files to your project:
Create CETableViewADHelper
in [UIViewController viewDidLoad]
.
CETableViewADHelper
in [UIViewController viewDidLoad]
.In [UIViewController viewDidLoad]
, set up your CETableViewADHelper
:
Create a
CETableViewADHelper
instance and bind it with yourUITableView
instance.Set delegate and data source to your
UITableView
instance through our category methods.Start loading ads by invoking
[CETableViewADHelper loadAd]
.
Last updated