Skip to content

Instantly share code, notes, and snippets.

@fxm90
fxm90 / WebViewExampleViewController.swift
Last active January 31, 2026 10:09
Show progress of a `WKWebView` in a `UIProgressBar` that is attached to an `UINavigationBar`.
//
// WebViewExampleViewController.swift
//
// Created by Felix Mau on 06.01.18.
// Copyright © 2018 Felix Mau. All rights reserved.
//
import SwiftUI
import UIKit
import WebKit