iOS SDK Version

FBNativeAdBaseView

Objective-C
@interfaceFBNativeAdBaseView:UIView
Swift
classFBNativeAdBaseView:UIView
The FBNativeAdBaseView creates prebuilt native ad base template views and manages native ads.
  • A view controller that is used to present modal content. If nil, the view searches for a view controller.

    Declaration

    Objective-C
    @property(nonatomic,weak,nullable)UIViewController*rootViewController;
    Swift
    weakvarrootViewController:UIViewController?{getset}