Skip to content

Instantly share code, notes, and snippets.

@rudrankriyam
Created June 20, 2021 01:44
Show Gist options
  • Select an option

  • Save rudrankriyam/d2d3aa7d6cd3fe9fca4f502c7c33a74f to your computer and use it in GitHub Desktop.

Select an option

Save rudrankriyam/d2d3aa7d6cd3fe9fca4f502c7c33a74f to your computer and use it in GitHub Desktop.
MusicRowView
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