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
1111 pod 'GoogleMobileAdsMediationTeads'
1212 pod 'MoPub-Teads-Adapters'
1313 pod 'TeadsSASAdapter'
14- pod 'mopub-ios-sdk'
1514end
Original file line number Diff line number Diff line change 5858
5959DEPENDENCIES:
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
9897COCOAPODS: 1.10.1
Original file line number Diff line number Diff 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 ( )
You can’t perform that action at this time.
0 commit comments