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

Reply via email to