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?
To get the tint color of a navigation bar, do this:
[aNavbar barTintColor]
By using this when you set the background color of your menu, you will not have to change it in case you change your navigation bar tint.