Skip to content

Instantly share code, notes, and snippets.

View brightfuture's full-sized avatar

Bright Future brightfuture

  • Hangzhou, China
View GitHub Profile
import SwiftUI
import PlaygroundSupport
// constants
let cardWidth: CGFloat = 343
let cardHeight: CGFloat = 212
let spacing = 36
let animation = Animation.spring()
let cardColors = [
Color(UIColor.systemRed),