You cannot. :-) whatever you specify it will show a arrow shaped item.
Instead, try setting the NavigationItem.LeftBarButtonItem to a custom
button, view or whatever you want. In its event handler you will have
to take cAre of popping the controller.  Place your code in
ViewDidiLoad().

Grüße, René

Am 10.11.2011 um 09:15 schrieb Andreas Ploetzeneder <[email protected]>:

> Hi,
> none of these things affect on the color of my back button 
> (UINavigationController)
> var textAttr = new UITextAttributes ();
> textAttr.TextColor = UIColor.Black;
> textAttr.TextShadowColor = UIColor.Clear;
> NavigationController.NavigationBar.SetTitleTextAttributes (textAttr);
> this.NavigationItem.LeftBarButtonItem.SetTitleTextAttributes(textAttr, 
> UIControlState.Normal);
> this.NavigationItem.BackBarButtonItem.SetTitleTextAttributes (textAttr, 
> UIControlState.Normal);
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to