Skip to content

iOS Banner Basic Usage

Mert Celik edited this page Sep 24, 2018 · 1 revision

Basic usage is designed to get your application up and running with our banner ads as soon as possible without diving into many details.

1. Show banner

[AMBanner showBannerSize:AMSize_Auto position:Bottom rootViewController:YOUR_VIEW_CONTROLLER];

2. Remove banner

[AMBanner removeBanner];
Clone this wiki locally