WebView

How to present WebView in SwiftUI?

SwiftUI does not provide any built in WebView. But you can easily create a WebView by the power of UIViewRepresentable. This code represents a stand alone View, so you can call it from any other View just like you would…