Skip to content

Commit 196a04f

Browse files
add fix made on scroll view mopub integration to tableview one
1 parent b0bd6a9 commit 196a04f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ target 'TeadsSampleApp' do
1111
pod 'GoogleMobileAdsMediationTeads'
1212
pod 'MoPub-Teads-Adapters'
1313
pod 'TeadsSASAdapter'
14-
pod 'mopub-ios-sdk'
1514
end

Podfile.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ PODS:
5858

5959
DEPENDENCIES:
6060
- GoogleMobileAdsMediationTeads
61-
- mopub-ios-sdk
6261
- MoPub-Teads-Adapters
6362
- TeadsSASAdapter
6463

@@ -93,6 +92,6 @@ SPEC CHECKSUMS:
9392
TeadsSASAdapter: 980ba558522b6d3cb15ed245db96efcc98f97400
9493
TeadsSDK: 38a7fa794ef660ef95cae5ae8cc6f5952a5be3e6
9594

96-
PODFILE CHECKSUM: f82daf0191968d231a4607b348ac5accf872491d
95+
PODFILE CHECKSUM: b4da9a01e5010189e3fbacfbf3575829e5721a7d
9796

9897
COCOAPODS: 1.10.1

TeadsSampleApp/Controllers/InRead/Mopub/TableView/InReadMopubTableViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class InReadMopubTableViewController: TeadsViewController {
3838
let config = MPMoPubConfiguration(adUnitIdForAppInitialization: MOPUB_AD_UNIT_ID)
3939
mopubAdView = MPAdView(adUnitId: MOPUB_AD_UNIT_ID)
4040
mopubAdView?.delegate = self
41+
mopubAdView?.frame = view.bounds
4142

4243
if MoPub.sharedInstance().isSdkInitialized {
4344
loadAd()

0 commit comments

Comments
 (0)