Skip to content

Instantly share code, notes, and snippets.

@Parietal
Last active August 29, 2015 14:19
Show Gist options
  • Save Parietal/aa3687136167de970296 to your computer and use it in GitHub Desktop.
Save Parietal/aa3687136167de970296 to your computer and use it in GitHub Desktop.
let plusButton = UIBarButtonItem(barButtonSystemItem: UIBarButtonSystemItem.Add, target: nil, action: nil)
var toolbarButtons = [plusButton];
let toolbar = UIToolbar()
toolbar.sizeToFit()
toolbar.setItems(toolbarButtons, animated: true)
toolbar.backgroundColor = UIColor.whiteColor()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment