Load Html From Project In Swift

[Solved] Load Html From Project In Swift | Swift - Code Explorer | yomemimo.com
Question : load html from project in swift

Answered by : zakaria-jawas

let url = Bundle.main.url(forResource: "privacy", withExtension: "html")

Source : https://stackoverflow.com/questions/26647447/load-local-html-into-uiwebview-using-swift | Last Update : Sat, 04 Jun 22

Answers related to load html from project in swift

Code Explorer Popular Question For Swift