Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

WebViewのconfigurationの共有

fan-t-kinami edited this page Feb 25, 2022 · 1 revision

NADWebViewConfigurationクラスを使用することで、nendSDK内で使用しているWKWebViewに設定するconfigurationの一部のプロパティを明示的に指定することができます。

processPool

processPoolを設定することで、WebViewで使用するprocessPoolインスタンスを明示的に指定できます。

Swift
let processPool = WKProcessPool()
NADWebViewConfiguration.sharedInstance().processPool = processPool
Objective-C
WKProcessPool *processPool = [WKProcessPool new];
[NADWebViewConfiguration sharedInstance].processPool = processPool;

日本語

nendSDK iOS について

SDKの組み込み

広告の表示

全般設定

導入サポート


English

About nendSDK iOS

SDK Implementation

Display Ads

Global Settings

Supports

Clone this wiki locally