Skip to content

Commit d685718

Browse files
Improve scrollViewController example
1 parent 5386ac3 commit d685718

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TeadsDemoApp/Controllers/scrollViewController/ScrollViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class ScrollViewController: UIViewController, TFAAdDelegate {
2424
let teadsAdSettings = TeadsAdSettings(build: { (settings) in
2525
settings.enableDebug()
2626
})
27+
self.teadsAdView.setAdContainerView(container: self.teadsAdView)
2728
self.teadsAdView.load(teadsAdSettings: teadsAdSettings)
2829

2930
// We use an observer to know when a rotation happened, to resize the ad

0 commit comments

Comments
 (0)