I have figured out how to change the navigation controller to predetermined colors, but I can't figure out how to set it to RGBA. I found a bunch of answers for ios 7 that don't work anymore even after i converted the obj-c to swift.
This is the code that changes the nav controller, but id like custom colors
navigationController!.navigationBar.barTintColor = UIColor.greenColor()