File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
TeadsSampleApp/Controllers/InRead/Mopub/TableView Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,4 @@ target 'TeadsSampleApp' do
11
11
pod 'GoogleMobileAdsMediationTeads'
12
12
pod 'MoPub-Teads-Adapters'
13
13
pod 'TeadsSASAdapter'
14
- pod 'mopub-ios-sdk'
15
14
end
Original file line number Diff line number Diff line change 58
58
59
59
DEPENDENCIES:
60
60
- GoogleMobileAdsMediationTeads
61
- - mopub-ios-sdk
62
61
- MoPub-Teads-Adapters
63
62
- TeadsSASAdapter
64
63
@@ -93,6 +92,6 @@ SPEC CHECKSUMS:
93
92
TeadsSASAdapter: 980ba558522b6d3cb15ed245db96efcc98f97400
94
93
TeadsSDK: 38a7fa794ef660ef95cae5ae8cc6f5952a5be3e6
95
94
96
- PODFILE CHECKSUM: f82daf0191968d231a4607b348ac5accf872491d
95
+ PODFILE CHECKSUM: b4da9a01e5010189e3fbacfbf3575829e5721a7d
97
96
98
97
COCOAPODS: 1.10.1
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ class InReadMopubTableViewController: TeadsViewController {
38
38
let config = MPMoPubConfiguration ( adUnitIdForAppInitialization: MOPUB_AD_UNIT_ID)
39
39
mopubAdView = MPAdView ( adUnitId: MOPUB_AD_UNIT_ID)
40
40
mopubAdView? . delegate = self
41
+ mopubAdView? . frame = view. bounds
41
42
42
43
if MoPub . sharedInstance ( ) . isSdkInitialized {
43
44
loadAd ( )
You can’t perform that action at this time.
0 commit comments