Skip to content

Instantly share code, notes, and snippets.

View Chronos2500's full-sized avatar

ビスター Chronos2500

View GitHub Profile
@Chronos2500
Chronos2500 / !swiftui-reflection-dump.md
Created November 24, 2025 16:17 — forked from ole/!swiftui-reflection-dump.md
A dump of the SwiftUI.framework binary for the iOS simulator (as of Xcode 12.0 beta 2) using the swift-reflection-dump tool.

A dump of the SwiftUI.framework binary for the iOS simulator (as of Xcode 12.0 beta 2) using the swift-reflection-dump tool.

Note: I used a Swift 5.3 compiler build from a few weeks ago that I had laying around. Because of ABI stability, I don't think the swift-reflection-dump version has to match the compiler version that was used to build the binary, but I'm not 100% sure.

@Chronos2500
Chronos2500 / BackdropBlurView.swift
Last active July 22, 2025 20:07 — forked from Rukh/BackdropBlurView.swift
UIVisualEffectView with any blur radius in SwiftUI
//
// BackdropBlurView.swift
//
// Created by Dmitry Gulyagin on 20.09.2022.
//
import SwiftUI
/// A View which content reflects all behind it
struct BackdropView: UIViewRepresentable {