Skip to content

Instantly share code, notes, and snippets.

@karigrooms
Created February 17, 2021 18:54
Show Gist options
  • Save karigrooms/3d391639b12af65f12d7b7bd898e6eca to your computer and use it in GitHub Desktop.
Save karigrooms/3d391639b12af65f12d7b7bd898e6eca to your computer and use it in GitHub Desktop.
SwiftUI button state table for Lessons in SwiftUI blog post
Property State Source
isEnabled true/false @Environment
isPressed true/false ButtonStyleConfiguration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment