Skip to content

Instantly share code, notes, and snippets.

View WhiteHyun's full-sized avatar

SeungHyun Hong WhiteHyun

View GitHub Profile
// Author: SwiftUI-Lab (www.swiftui-lab.com)
// Description: This code is part of the "Advanced SwiftUI Animations - Part 5"
// Article: https://swiftui-lab.com/swiftui-animations-part5/
import SwiftUI
struct ContentView: View {
var body: some View {
ClockView()
.background(.gray)