Wiki

Clone wiki

AATKit iOS / AATKit2 / getPlacementView

+ (UIView*) getPlacementView:(id) placement

Returns the UIView containing the banner placement's content. Note that this UIView is transparent (invisible) until you call either reloadPlacement or startPlacementAutoReload and an ad has been loaded.

To make the banner placement visible you need to add this view to your view hierarchy. You might have to bring it to the foreground as well.

Note: Banner placements only

back to: Header documentation

Updated