iOS SDK Version

FBNativeAdBaseView

@interfaceFBNativeAdBaseView: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,readwrite,nullable)UIViewController*rootViewController;
    Swift
    weakvarrootViewController:UIViewController?{getset}