Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

v5.3.1

Compare
Choose a tag to compare
@fan-c-yu fan-c-yu released this 28 Oct 03:00
· 22 commits to master since this release

日本語

  • 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;