Skip to content

Instantly share code, notes, and snippets.

View asir2004's full-sized avatar
👋
Hello, Swift!

Mark Build asir2004

👋
Hello, Swift!
View GitHub Profile
import SwiftUI
// Remember to download FontSettings.swift
struct WWDC24AnimatedTextView: View {
var text = "Hello, World!"
var animation: Animation = .easeInOut
var targetFontSize: CGFloat = 40
var minimumFontSize: CGFloat = 30
var targetFontWeight: Font.Weight = .semibold