Skip to content

Instantly share code, notes, and snippets.

@cpageler93
Created December 3, 2020 06:40
Show Gist options
  • Save cpageler93/7c1ab137130f0dc2960bf35993f5ed12 to your computer and use it in GitHub Desktop.
Save cpageler93/7c1ab137130f0dc2960bf35993f5ed12 to your computer and use it in GitHub Desktop.
.toolbar {
ToolbarItemGroup {
Button(action: {}, label: {
Image(systemName: "sidebar.left")
})
Spacer()
Button(action: {}, label: {
Image(systemName: "play.fill")
})
Button(action: {}, label: {
Image(systemName: "stop.fill")
})
}
}
@tecspda
Copy link

tecspda commented Oct 27, 2021

unfortunately it only for lastest macos. ah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment