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.
All apps require Cocoapods be installed. From terminal:
cd <app path>
pod install
Please refer to sdk.nativo.com for our complete guide.