Skip to content

Commit

Permalink
Update banner.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rutavi authored Jun 13, 2024
1 parent 076af77 commit 88ca46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objective-c_documentation/banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 88ca46f

Please sign in to comment.