Skip to content

Instantly share code, notes, and snippets.

@Asstiff
Asstiff / gist:1550accd9002b56661e4cb585dd2baa8
Created November 2, 2024 16:26
SpringBoard Crash Demo
import SwiftUI
struct ContentView: View {
var body: some View {
ScrollView{
LazyVStack{
Text("Hello, World!")
.background{
TimelineView(.animation){ value in