Skip to content

Instantly share code, notes, and snippets.

@StyleT
StyleT / WebViewHTMLContent.swift
Created March 14, 2025 23:27 — forked from hasanalisiseci/WebViewHTMLContent.swift
A view derived from WKWebView that returns a dynamically calculated height value based on HTML content using the UIViewRepresentable protocol in SwiftUI.
//
// WebViewHTMLContent.swift
// WebViewHTMLContent
//
// Created by Hasan Ali Şişeci on 20.06.2023.
//
import WebKit
import SwiftUI