Is this possible?
I want to change the alpha value of the navigation bar in my view controller (in an animation), but if I do self.navigationController.navigat
self.navigationController.navigat
Swift3
var navAlpha = // Your appropriate calculation self.navigationController!.navigationBar.backgroundColor = UIColor.red.withAlphaComponent(navAlpha)