Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Last active August 7, 2020 22:43
Show Gist options
  • Save azamsharp/563cd280f8b1fd3587548503f6bda89d to your computer and use it in GitHub Desktop.
Save azamsharp/563cd280f8b1fd3587548503f6bda89d to your computer and use it in GitHub Desktop.
TextField("CVV", text: $cvv) { (editingChanged) in
withAnimation {
degrees += 180
flipped.toggle()
}
} onCommit: {}
.textFieldStyle(RoundedBorderTextFieldStyle())
.padding([.leading,.trailing])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment