Skip to content

Instantly share code, notes, and snippets.

View zirelco's full-sized avatar
🎁
Design & Development Swiss Company. We are behind people Gimme

Zirelco Development zirelco

🎁
Design & Development Swiss Company. We are behind people Gimme
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),