This repository was archived by the owner on Mar 29, 2024. It is now read-only.
v5.3.1
日本語
- iPadOSのMultiple WindowsとSplit Viewで動画ネイティブ広告の全画面表示時の不具合を改修
- 動画ネイティブ広告の表示処理の仕様変更
NADNativeVideoView
のプロパティ
@property (readwrite, nonatomic, weak, nullable) IBOutlet UIViewController *rootViewController;
にIBOutlet
の属性を追加NADNativeVideoView
の初期化メソッド
- (instancetype)initWithRootViewController:(UIViewController *)rootViewController;
,
- (instancetype)initWithFrame:(CGRect)frame rootViewController:(UIViewController *)rootViewController;
を追加- 既存の
NADNativeVideoView
の初期化メソッド
- (instancetype)init;
,
- (instancetype)initWithFrame:(CGRect)frame;
を非推奨に変更
English
- Fixed issues:
- Fixed a bug when displaying full screen of native video ads in iPadOS Multiple Windows and Split View.
- Modified:
- Specification change on display processing of video native ads.
- Add IBOutlet attribute for the property of
NADNativeVideoView
@property (readwrite, nonatomic, weak, nullable) IBOutlet UIViewController *rootViewController;
- Add initialization method of
NADNativeVideoView
- (instancetype)initWithRootViewController:(UIViewController *)rootViewController;
,
- (instancetype)initWithFrame:(CGRect)frame rootViewController:(UIViewController *)rootViewController;
- Deprecated initialization method of
NADNativeVideoView
- (instancetype)init;
,
- (instancetype)initWithFrame:(CGRect)frame;
- Add IBOutlet attribute for the property of
- Specification change on display processing of video native ads.