Instantly Preview HTML Using a SwiftUI Web View
Daily Coding Tip 045
There still isn’t a web view in SwiftUI, but we can make a live HTML preview using WebKit.
This requires us to combine a WKWebView and a Binding to the HTML string we want to preview. When the HTML string changes, we simply load it into the web view, refreshing the content that will be displayed.



