Skip to content

Instantly share code, notes, and snippets.

View Netanelshoshan's full-sized avatar
🎯
Focusing

Netanel Shoshan Netanelshoshan

🎯
Focusing
View GitHub Profile
import SwiftUI
// MARK: - Backported Glass Style Enum
enum BackportedGlassStyle {
case regular
case interactive
case tinted(Color)
case tintedInteractive(Color)
@available(iOS 26.0, *)