Skip to content

Instantly share code, notes, and snippets.

@ericlewis
ericlewis / ContentView.swift
Last active June 23, 2025 05:10
Dynamic Island Progress Demo in SwiftUI. Demo here: https://twitter.com/ericlewis/status/1656283504747880451
import SwiftUI
let size: CGSize = {
return .init(width: 126.0, height: 36.9)
}()
let origin: CGPoint = {
return .init(x: UIScreen.main.bounds.midX - 0.3, y: 29.4)
}()