Skip to content

Commit

Permalink
Remove duplicate WebView
Browse files Browse the repository at this point in the history
  • Loading branch information
anli5005 committed Mar 22, 2024
1 parent 199a167 commit 5b536bd
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,3 @@ struct DiningVenueDetailMenuView: View {

}
}

struct WebView: UIViewRepresentable {
let url: URL
func makeUIView(context: Context) -> WKWebView {
return WKWebView()
}
func updateUIView(_ uiView: WKWebView, context: Context) {
uiView.load(URLRequest(url: url))
}
}

0 comments on commit 5b536bd

Please sign in to comment.