Created
June 20, 2021 01:44
-
-
Save rudrankriyam/d2d3aa7d6cd3fe9fca4f502c7c33a74f to your computer and use it in GitHub Desktop.
MusicRowView
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
| MusicRowView(song: song) | |
| .swipeActions(edge: .leading) { | |
| Button { | |
| withAnimation { | |
| // Mark the song favorite | |
| } | |
| } label: { | |
| Label("Favorite", systemImage: "star") | |
| } | |
| .tint(.brand) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment