Created
November 29, 2024 23:24
-
-
Save colinfwren/2a5636417789806c1e95d22ca2b56117 to your computer and use it in GitHub Desktop.
Making use of the analytics enum
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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