You have to set your first controller's NavigationItem.BackBarButtonItem 
property.

Let's say that TableController is your... table controller that will push other 
controllers when its cells are selected.
To set those controllers' back button title, do this:

this.NavigationItem.BackBarButtonItem = new UIBarButtonItem("MyCustom Back 
Button Title", UIBarButtonItemStyle.Bordered, null);

inside the TableController and not in the controllers that will be pushed from 
it.

There is no problem if you pass null for its event handler. It will have the 
default behavior of popping the controller and returning to the previous one.

Dimitris Tavlikos
Software Developer
Email: [email protected]
Twitter: http://twitter.com/#!/dtavlikos
Blog: http://software.tavlikos.com






On Jul 28, 2011, at 8:15 PM, zidane_143 wrote:

> i really could use someones help?
> 
> --
> View this message in context: 
> http://monotouch.2284126.n4.nabble.com/backBarButtonItem-setting-text-tp3699400p3701844.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> 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