Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created August 7, 2020 22:40
Show Gist options
  • Save azamsharp/ba61ab68ad04d432e9cc37fc598ea13c to your computer and use it in GitHub Desktop.
Save azamsharp/ba61ab68ad04d432e9cc37fc598ea13c to your computer and use it in GitHub Desktop.
CreditCard {
VStack {
Group {
if flipped {
CreditCardBack(cvv: cvv)
} else {
CreditCardFront(name: name, expires: expires)
}
}
}.rotation3DEffect(
.degrees(degrees),
axis: (x: 0.0, y: 1.0, z: 0.0)
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment