Skip to content

Instantly share code, notes, and snippets.

@colinfwren
Created November 29, 2024 23:24
Show Gist options
  • Save colinfwren/2a5636417789806c1e95d22ca2b56117 to your computer and use it in GitHub Desktop.
Save colinfwren/2a5636417789806c1e95d22ca2b56117 to your computer and use it in GitHub Desktop.
Making use of the analytics enum
.onChange(of: tabSelection) { fromTab, toTab in
Analytics.changedTab.capture(fromTab, toTab)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment