Can not load the local HTML file. ` let pathString = Bundle.main.path(forResource: "licenses", ofType: "html") let popupvc = PTPopupWebViewController() popupvc.popupView.URL(string: pathString!) popupvc.show() `
Can not load the local HTML file.
`
`