I would like to set the background color of a menu to that of the navigation bar. What is the best way to do this?
Swift 3.0 +
UIColor(red: (247/255), green: (247/255), blue: (247/255), alpha: 1)
You can set the barTintColor to nil to restore to the default white color.
barTintColor
nil