diff --git a/objective-c_documentation/banner.md b/objective-c_documentation/banner.md index d46526e..51cdf8e 100644 --- a/objective-c_documentation/banner.md +++ b/objective-c_documentation/banner.md @@ -8,7 +8,7 @@ nav_order: 3 ## Banner In the `MyClass.m`, where the banner will be shown, add a function for banner ad. Banner parameters are used to customize the bid request. The values that can be choosen from are `PBApi.MRAID_1`, `PBApi.MRAID_2`, `PBApi.MRAID_3` and `PBApi.OMID_1`. `BannerParameters` are used to customize bid requests. -```objc +```objective-c self.adSize = CGSizeMake(300, 250); ///... - (void)createBanner {