I just updated to latest Xamarin.iOS 4.10.0 and xCode5 for developing my app for iOS7.
In iOS7 now the tint color of the UINavigationBar is not set with Tint color but with BarTintColor. so the following :
NavigationBar.TintColor = UIColor.Red;
doesn't do anything for ios7 (in ios6 it does change the color the top bar).
How can I change the UINAvigationBar color using monotouch for iOS7? I even tried to change via the xCode5, but it seems to not work as well