Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 633 Bytes

File metadata and controls

15 lines (8 loc) · 633 Bytes

Cocoa Web View Load Local File

This repository contains implementation of loading local .html file in WKWebView.

Cocoa macOS Examples

In order to use web view it is neccessary to enable Outgoing connections (Client) in Signing & Capabilities tab of project settings

image missing

In order to load local file it is neccessary to add file as a resource to project.In Build Phases settings of project, file needs to show up under Copy Bundle Resources.

image missing

image missing