Skip to content

Instantly share code, notes, and snippets.

@anupamchugh
Created June 29, 2020 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anupamchugh/5e2383aa89d3984629d84029f6f0fcd4 to your computer and use it in GitHub Desktop.
Save anupamchugh/5e2383aa89d3984629d84029f6f0fcd4 to your computer and use it in GitHub Desktop.
self.toolbarItems = [
UIBarButtonItem(image: UIImage(systemName: "square.and.arrow.up.fill"), primaryAction: action, menu: items),
.fixedSpace(width:20.0),
UIBarButtonItem(image: UIImage(systemName: "ellipsis.circle"), menu: menu1),
.flexibleSpace(),
UIBarButtonItem(primaryAction: action)
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment