Skip to content

Commit bbca0b4

Browse files
authored
Merge pull request #76 from teads/develop
Release v2.7.3
2 parents a66ef9e + 9c29624 commit bbca0b4

File tree

8 files changed

+12
-1
lines changed

8 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
v2.7.3
4+
- Added method `reinjectTeadsInWebView` to be used in case multiple load might be done on a WebView
5+
36
v2.7.2
47
- Fixed a duplicate symbol issue after an update with CocoaPods
58

TeadsSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "TeadsSDK"
4-
s.version = "2.7.2"
4+
s.version = "2.7.3"
55
s.summary = "Teads' iOS SDK"
66

77
s.description = <<-DESC
1 Byte
Binary file not shown.
-1 Bytes
Binary file not shown.
6 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.

TeadsSDKDemo/TeadsSDK.framework/Versions/A/Headers/TeadsAd.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,14 @@ typedef NS_ENUM(NSInteger, TeadsAdPlayerColorMode) {
237237
*/
238238
- (void)setAltScrollView:(UIScrollView *)scrollView;
239239

240+
/*
241+
* Reinject Teads inRead in your UIWebView/WKWebview
242+
*
243+
* @discussion You might have the need to do different loadRequest/loadHTMLString/... on your webview (content to update/reload, etc...). If you make new loadRequest/loadHTMLString/... you need then to call reinjectTeadsInWebView in order to inform TeadsAd that the WebView content will be loaded again
244+
*
245+
*/
246+
- (void)reinjectTeadsInWebView;
247+
240248
/**
241249
* Load Teads Ad
242250
*/
21.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)