Skip to content

Instantly share code, notes, and snippets.

@ProgramAlgo
Last active January 28, 2016 09:28
Show Gist options
  • Save ProgramAlgo/04841ee460f34f85c6f2 to your computer and use it in GitHub Desktop.
Save ProgramAlgo/04841ee460f34f85c6f2 to your computer and use it in GitHub Desktop.
set navigationBar background color
navigationController!.navigationBar.barTintColor = UIColor(red:8/255, green:64/255 ,blue:164/255 , alpha:1.00)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment