Skip to content

NativoPlatform/NativoSDK-iOS-SampleApps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NativoSDK-iOS-SampleApps

There are three sample apps available that are each implemented differently to show you a variety of options for how you might integrate with the Nativo SDK:

Infinite Scroll (ObjC) - Uses UITableView in Obj-C to display Nativo ads. Uses Nib files or dynamic prototype cells for ad templates. Articles includes bottom-of-article placement ad unit.
Table View (Swift) - A simple news feed using a UITableView. Uses dynamic prototype cells. Articles included bottom-of-article placement ad unit.
Collection View (Swift) - Uses UICollectionView to display articles. Uses self-sizing dynamic prototype cells. Articles include middle-of-article placement ad unit.

Setup

All apps require Cocoapods be installed. From terminal:

cd <app path>
pod install

Documentation

Please refer to sdk.nativo.com for our complete guide.