Thank you robert, for your Feedback

Regarding coloring the Font Color of the navigationbar, i get "unrecognized
selector sent to instance". Can the reason be, that it just works on ios5?




>
> public override void ViewDidLoad ()
> {
>        base.ViewDidLoad ();
>
>        // Hintergrundfarbe:
>        NavigationController.**NavigationBar.TintColor = UIColor.Red;
>
>        // Texteigenschaften:
>        var textAttr = new UITextAttributes();
>        textAttr.TextColor = UIColor.White;
>
>        // Texteigenschaften des Titels setzen:
>        NavigationController.**NavigationBar
>                .SetTitleTextAttributes(**textAttr);
>
> }
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to