No overview available.
SDKs
- iOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
Framework
- Web
Kit
Declaration
@interface WKWebpagePreferences : NSObject
No overview available.
SDKs
Framework
@interface WKWebpagePreferences : NSObject
WKNavigation Delegate
The methods of the WKNavigation
protocol help you implement custom behaviors that are triggered during a web view's process of accepting, loading, and completing a navigation request.
WKProcess Pool
A WKProcess
object represents a pool of Web Content processes.
WKWindow Features
A WKWindow
object specifies optional attributes for the containing window when a new web view is requested.
WKWeb View
An object that displays interactive web content, such as for an in-app browser.
WKWeb View Configuration
A collection of properties used to initialize a web view.
WKPreferences
A WKPreferences
object encapsulates the preference settings for a web view.
WKUIDelegate
The WKUIDelegate
class provides methods for presenting native user interface elements on behalf of a webpage.