Skip to content

Instantly share code, notes, and snippets.

@scottfister
Created April 17, 2017 17:13
Show Gist options
  • Save scottfister/2bc6d40969e9968a321921357a31f192 to your computer and use it in GitHub Desktop.
Save scottfister/2bc6d40969e9968a321921357a31f192 to your computer and use it in GitHub Desktop.
let imageView = UIImageView(image: UIImage(named: "vurb-icon-rounded"))
imageView.contentMode = .scaleAspectFit
navigationItem.titleView = imageView
navigationController?.navigationBar.topItem?.titleView = imageView
navigationController?.navigationBar.tintColor = .white
navigationController?.navigationBar.backgroundColor = UIColor(red:0.39, green:0.46, blue:0.86, alpha:1.00)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment