Hey,
i have a simple Question how can I change the Fontcolor of the Navigation Controller? I change the Backgroundcolor with: c1.NavigationBar.BarTintColor = COL; The Color of Active Elements: c1.NavigationBar.TintColor = UIColor.White;
But how can I set the title color from Black to white? :)