If you push the NavigationViewController it should create the back button on its own.
On Wed, Feb 15, 2012 at 2:25 PM, nader <[email protected]> wrote: > public override void ViewWillAppear (bool animated) > { > base.ViewWillAppear (animated); > > > this.NavigationItem.LeftBarButtonItem = new > UIBarButtonSystemItem > ("Tillbaka", UIBarButtonItemStyle.Plain, delegate(object sender, EventArgs > e) { > > this.NavigationController.PopViewControllerAnimated (true); > }); > > } > > http://monotouch.2284126.n4.nabble.com/file/n4390383/Screen_shot_2012-02-15_at_1.53.30_PM.png > > > *The button I want is in this pic:* > > http://monotouch.2284126.n4.nabble.com/file/n4390383/Screen_shot_2012-02-15_at_2.21.59_PM.png > > > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/How-to-add-a-new-backbutton-how-to-enabel-the-backbutton-NavigationController-tp4390383p4390383.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch -- Med Venlig Hilsen / With Best Regards Tomasz Cielecki http://ostebaronen.dk _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
