Load local web files & resources in WKWebView
Updated for Swift 4, Xcode 9.3 This methods allows WKWebView to properly read your hierarchy of directories and sub-directories for linked CSS, JS and most other files. You do NOT need to change your HTML, CSS or JS code. Solution (Quick) Add the web folder to your project (File > Add Files to Project) Copy … Read more