[MonoTouch] Change url of webreference

Andreas Ploetzeneder info at ploetzeneder-it.com
Sun Oct 23 09:25:05 EDT 2011


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);
>
> }
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monotouch/attachments/20111023/63be0810/attachment-0001.html 


More information about the MonoTouch mailing list