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.
Keep reading with a 7-day free trial
Subscribe to Type Safely to keep reading this post and get 7 days of free access to the full post archives.


